The end

Report a typo

Write a function solution that reads two numbers from the input and prints the first number divided by the second.

If an exception occurs, print the exception's message.

In the final block, the output will be This is the end, my friend.

Write a program in Kotlin
fun solution() {
// write here
}
___

Create a free account to access the full topic