egy science
Sunday, November 25, 2012
C++ exercise 3
#include <iostream.H>
void main()
{
for(int x=0;x<=100;x++)
if (x%5!=0)
cout<<x<<endl;
}
Older Posts
Home
Subscribe to:
Posts (Atom)