Page 1 of 1

Write a C Program that computes the duration of a projectile’s flight and its height above ground when it reaches the ta

Posted: Mon Jun 06, 2022 2:09 pm
by answerhappygod
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