Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Make a program using only printf statement to calculate the following properties Volume of cylinder pi r^2 h Volume of sphere = 4/3 pi r^3
Make a program using only printf statement to calculate the following properties Volume of cylinder pi r^2 h Volume of sphere = 4/3 pi r^3 Circumference = 2 pi r Centripetal Acceleration = 4 pi r^2/t^2. Potentia Energ = GMm/r Define the following constants. pi = 3.141593 G = 6.67259 times 10^-11 g = 9.80665 mass of earth = 5.972 times 10^24. h = 5.3 m. radius = 2.3 times 10^6 m. T = 20 N. m = 1.35 times 10^15 kg. Declare variables (double). Print the result
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