Distance

Report a typo

Write a program that reads two values — the distance between the two cities in miles and the travel time by bus in hours. Output the average speed of the bus.

Sample Input 1:

100
2

Sample Output 1:

50.0
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic