Write a C Program that computes the duration of a projectile’s flight and its height above ground when it reaches the target. As part of your solution, write and call a function that displays instructions to the program user.
Problem Constant
g = 32.17 /* Gravitational constant */
Problem Inputs
Problem Outputs
Relevant Formulas
Try your program on these data sets
Inputs
Data Set 1
Data Set 2
Angle of elevation
0.3 radian
0.71 radian
Velocity
800 ft/sec
1000 ft/sec
Distance to target
11,000 ft
78,670 ft
Write a C Program that computes the duration of a projectile’s flight and its height above ground when it reaches the ta
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am