Welcome to SLIIT IT Students.
Wednesday, March 5, 2014
C++ For Loop 10,20,30....n
#include<iostream>
using namespace std;
int main()
{
for(int n=0;n<100;n=n+10)
{
cout<<n<<endl;
}
return 0;
}
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment