Hi Friends,
I am a beginner in C++ I have to make a programms using loops to get the out put as
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
also I have to write a program having output as
1
121
12321
1234321
123454321
The pyramid mentioned above should look like a pyramid and not like a right triangle.
please help me as I am not very well aware about the concepts of loops.

