Kotlin - Variables and Type System
What will be the output of this Kotlin code?
const val GREETING = "Hello"
fun main() {
println(GREETING)
}const val GREETING = "Hello"
fun main() {
println(GREETING)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions