Question: Perimeter and Area Draw a flowchart for the following program: 1. Ask the user to input width of a room, store result in variable called

Perimeter and Area Draw a flowchart for the following program: 1. Ask the user to input width of a room, store result in variable called width. 2. Ask the user to input height of a room, store result in variable called height. 3. Create a variable called perimeter. Set its value to 2 * width + 2 * height. 4. Create a variable called area. Set its value to width * height. 5. Display perimeter to the user. 6. Display area to the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
