//for statement in cpp
#include <iostream>
using namespace std;
int main()
{
int a;
for(a=1; a<=20; a++)
{
cout<<"the value of a:" <<a<<endl;
}
return 0;
}
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
Powered by Blogger.
0 comments:
Post a Comment