Write a program that reads the distance between two cities in miles and the travel time by bus in hours and outputs the average speed of the bus.
Note: there is NO need to give any explanations during input and output.
Write a program that reads the distance between two cities in miles and the travel time by bus in hours and outputs the average speed of the bus.
Note: there is NO need to give any explanations during input and output.
Sample Input 1:
100
2Sample Output 1:
50.0Create a free account to access the full topic