Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming Exercise 0 2 ( suggested filename: Instructions: Write a program that takes the radius of a sphere ( a double or floating - point
Programming Exercise suggested filename:
Instructions:
Write a program that takes the radius of a sphere a double or floatingpoint number as input and then outputs the spheres:
Diameter times radiusdiameter radius
Circumference diameter times pi circumference diameter math.pi
Surface area times pi times radiussurface area math.pi radius radius
Volume times pi times radiusvolume math.pi radius radius radius
Below is an example of the program input and output:
DisplayIntroduce a message of what the program will accomplish.
Radius
Diameter :
Circumference:
Surface area :
Volume :
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