...

/

Exercise 2: Pyramid Printing by Using For Loop

Exercise 2: Pyramid Printing by Using For Loop

Let's print half a pyramid for a given number of rows.

Problem Statement

In this exercise, you have to write the ...