Question: Write an algorithm to compute the distance s fallen by an object in free fall. The formula is: s = s_0 + v_0t + 1/2a
Write an algorithm to compute the distance s fallen by an object in free fall. The formula is: s = s_0 + v_0t + 1/2a t^2 where s_0 is the initial position in feet, v_0 is the initial downward velocity in ft/sec, t is the time in seconds, and a is 32.2 ft/sec^2. The input values are, s_0 and v_0. The output values are s and I where I = 0, 5, 10. 15. 20 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
