Drawing Shapes Program
VerifiedAdded on 2019/09/23
|3
|256
|556
Practical Assignment
AI Summary
This practical assignment presents a program solution that allows users to draw different shapes: circles, Xs, and boxes, with options to include Xs within boxes. The program presents a menu to the user, prompting them to select a shape to draw. Based on the user's choice, the program requests additional input such as size or radius. The program then outputs an ASCII art representation of the selected shape with the specified dimensions. The program continues to loop, presenting the menu until the user chooses to exit. The provided solution demonstrates a successful build, indicating the code's functionality and correctness.
1 out of 3









