Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In python please 5. Write a program to do the following: a. Ask the user to select one of the following shapes (this can be
In python please
5. Write a program to do the following: a. Ask the user to select one of the following shapes (this can be by name or by just a letter or number) a. Triangle b. Rectangle c. Circle b. Depending on the shape they selected, have the user input the dimensions needed to calculate the area of that shape. a. Area of a triangle- base height b. Area of a rectangle base * height c. Area of a circle-n * radius * radius i. 3.14 is a reasonable approximation of pi Print out the area of the shape Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started