*** The First C code shows number in Sand Watch Shape.
*** The Second C++ code shows numbers in Sand Shape but adds extra line of numbers. For example I input number : 3 It shows:
1 2 3 4
111
2
333
444444
- The last line I don't need it. C code shows without this last line of numbers. Can You help me on that, cuz I can't Find the way to solve it. Thanx in Advance!