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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply