Declare a variable named bigNumber and initialize it with the integer value 100_000_000 (underscores are admissible here). Don't print anything else!
Values and variables
Very Big Number
Report a typo
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)
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.