Latest Posts:

for statement in cpp

//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;
}
Share on Google Plus

About Lucky Ibitubo

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Powered by Blogger.