Division by zero

Report a typo

What happens after launching the following code?

fun main() {
    val a = 42
    val b = 0
    println(a / b)
}
Select one option from the list
___

Create a free account to access the full topic