Kotlin - Basics and JVM Runtime
Which of the following is the correct syntax to print "Hello" and then move to a new line in Kotlin?
println("Hello") uses correct function call syntax with parentheses and quotes.println("Hello") prints "Hello" and moves to a new line automatically.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions