Question: rogramming Exercise 1.6 Instructions circle.py Write and testa program that computes the area of a circle 1 Import math 2 re float(input('Enter the radius of

rogramming Exercise 1.6 Instructions circle.py Write and testa program that computes the area of a circle 1 Import math 2 re float(input('Enter the radius of the circle: )) 3 area = math.pino 4 print("Area of the circle si 2 area) G 1. Request a number representing a radius as input from the user. 2. Use the formula 3.14 x radius to compute the area. 3. Output this result with a suitable label. An example of the program input and output is shown below. I Enter the radius: 5 The area is 78.5 square units. The input value should not be limited to whole numbers Grading ....exe e to search 19
Step by Step Solution
There are 3 Steps involved in it
To solve this programming exercise you need to create a program that computes the area of a circle B... View full answer
Get step-by-step solutions from verified subject matter experts
