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.
Floating-point types
Distance
Report a typo
Sample Input 1:
100
2Sample Output 1:
50.0Write a program in Kotlin
fun main() {
// put your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.