What happens after launching the following code?
fun main() {
val a = 42
val b = 0
println(a / b)
}What happens after launching the following code?
fun main() {
val a = 42
val b = 0
println(a / b)
}Create a free account to access the full topic