Question: Write a Python program that will do the following: 1. The program will ask the user for his or her name. 2. The program will

Write a Python program that will do the following: 1. The program will ask the user for his or her name. 2. The program will print a welcome message to the user. The welcome message will incorporate the user's name to personalize the text. 3. The program will ask for (and read in) the radius of a circle. The radius might be a decimal number. 4. The program will then calculate the circle's diameter.| Diameter = Radius 2 5. The program will calculate the circle's circumference. Circumference =3.14159 Diameter 6. The program will calculate the circle's area. Area =3.14159 Radius Radius 7. The program will then print the radius, diameter, circumference, and area to the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
