Question: Write a C++ code for the following problem. The distance travelled by an object dropped to the floor is given by the formula d =
Write a C++ code for the following problem. The distance travelled by an object dropped to the floor is given by the formula d = vt + 0.5gt? Find the distance, d, when the velocity, v=12 m/s and gravity, g 9.81 m/s2 with the object taking time, t=25 seconds to fall to the floor. Print the value of d. (ans. d=1006.32) A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
