Latest Posts:

using asterisk to displayrictangle triangle in c++ programming, this is really fun


// a program on cpp to form
//rictangle triangle
#include <iostream>
using namespace std;
int main() {
   cout << " * " << endl;
   cout << " ** " << endl;
   cout << " **** " << endl;
   cout << " ***** " << endl;
   cout << " ****** " << endl;
   cout << " ******* " << endl;
   cout << " ******** " << endl;
   cout << " ********* " << endl;
   cout << " ********** " << 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.