Question: write a program on C not C++ Three simple equations are able to describe the motion of a simple projectile that travels over a flat
write a program on C not C++
Three simple equations are able to describe the motion of a simple projectile that travels over a flat surface. These equations are given below to determine the maximum Distance the projectile will travel, its Time of flight, and its maximum Height. When dealing projectile flight, one of the forces that acts on the body is gravitational acceleration. For our project use 9.81 m/s2 as your constant for gravitational acceleration.
1. You shall prompt the user for the Velocity of the projectile. Your output should display two velocities, 250 and 500 m/s.
2. You will then prompt the user for the Angle step (between 0-90 degrees) from which the projectile is launched. The angles to be used in this project are: 15, 30, 45, 60, 75, 90 degrees.
2. Each equation should be a function with the return values being d, h, and t, respectively.
The output should be a table for each velocity (250 & 500) that shows the Angle, Distance, Time of Flight, and Max Height.



t,2 sin(29) d =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
