Draw Geometric Shapes

# Introduction In this challenge, we will write a program that can print different geometric shapes based on information entered from the keyboard. The program will display a menu of shape options and the user can choose a shape to be printed. The program will then generate the corresponding shape using the '\*' symbol. The challenge will test our knowledge of keyboard input, comparison operators, data types, selection structures, and loop structures. Let's get started!

|60 : 00

Click the virtual machine below to start practicing