Program result

Report a typo

Consider the following code:

fun main() {
    val n: Int = 10_000 * 10_000 * 10_000
    println("n is $n")
}

What is the result of the program?

Select one option from the list
___

Create a free account to access the full topic