1.1-Introductie-Programmeren

Drawing (half of) a pyramid

Difficulty: Filled Filled Filled

Create a program that draws the left left half of a pyramid based on the height. Get the height from the user.

Hint: If you get stuck, try drawing the pyramid on paper using a grid.

Example

Example

Example