Kotlin - Basics and JVM Runtime
What will be the output of this Kotlin program?
fun main() {
println("Start")
println("End")
}fun main() {
println("Start")
println("End")
}println adds a new line after each output, so outputs appear on separate lines.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions