Answered step by step
Verified Expert Solution
Question
1 Approved Answer
by using C language 1. make a program to calculate properties 2. define the following constants = 3.141593 G = 6.67259*10 -11 g = 9.80665
by using C language
1. make a program to calculate properties
2. define the following constants
= 3.141593
G = 6.67259*10-11
g = 9.80665
mass of earth (M) = 5.972*1024
3. declare variables (double)
4. print the result (with the unit)
calculate the following
- volume of cylinder : r2 h
- volume of sphere : 4/3 r3
circumference : 2 r
centripetal acceleration : 4 2 r/ T2
potential energy : G M m/ r
(( Given: h = 5.5m, r = 2.5m, T = 20N, m = 1.35*1015 Kg ))
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