Question: python The distance a vehicle travels can be calculated as follows: distance=speedtime For example, if a train travels 40 miles per hour for 3 hours,
python
The distance a vehicle travels can be calculated as follows: distance=speedtime For example, if a train travels 40 miles per hour for 3 hours, the distance traveled is 120 miles. Write a program that asks the user for the speed of a vehicle (in miles per hour) and how many hours it has traveled. The program should then use a loop to display the distance the vehicle has traveled for each hour of that time period. Here is an example of the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
