Very Big Number

Report a typo

Declare a variable named bigNumber and initialize it with the integer value 100_000_000 (underscores are admissible here). Don't print anything else!

Write a program in Kotlin
fun main() {
// do not touch the lines above
// declare and initialize a variable here


// do not touch the lines below
println(bigNumber)
}
___

Create a free account to access the full topic