Welcome to SLIIT IT Students.
Wednesday, March 5, 2014
C ++ For Loop 1,2,3.....n
#include<iostream>
using namespace std;
int main()
{
for(int n=1;n<10;n++)
{
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