Question: Write an algorithm for computing the distance traveled for some object. The initial velocity, the final velocity, and the amount of time object traveled are
Write an algorithm for computing the distance traveled for some object. The initial velocity, the final velocity, and the amount of time object traveled are required inputs for this problem. The output is the distance traveled. Use plain English statements (no programming instructions required), and number your steps. For our purpose you may ignore units. We would like for the distance traveled to be a floating point value. Discuss any issues involved in making sure that a C program will compute the correct value using the formula above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
