2
Answers

printing a pyramid of numbers separated by spaces

we were asked to have the following output as an example of wat is expected from this program, we were also advised to use nested for loops: pls help, a user can choose any number


    1

     
121

       12321

      1234321

     123454321

pl

Answers (2)