Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

What would you do?

Answered: 1 week ago