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?
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?
Create a free account to access the full topic