+ 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
How do we code calculator
1 Votes
How to add comment in python?
1 Votes
Engineer Cloud
0 Votes
Lua?
1 Votes
Pressure and tension
1 Votes



