+ 2
char x='*'
for (int i=1;i<=5;i++)
{
for (int j=0;j<i;j++){
cout<<x;
}
cout<<endl;
}
25th Jan 2019, 8:10 AM
Mensch

Often have questions like this?
Learn more efficiently, for free:
Hot today
Functions in python
2 Votes
How to make a playground
1 Votes
For Mobile app
0 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
Python
0 Votes