Kotlin - Basics and JVM Runtime
What will be the output of this Kotlin code?
fun main() {
val name = "Kotlin"
println("Hello, $name!")
}fun main() {
val name = "Kotlin"
println("Hello, $name!")
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions