// 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; }
Home / Uncategories / using asterisk to displayrictangle triangle in c++ programming, this is really fun
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
Powered by Blogger.
0 comments:
Post a Comment