Kotlin - Basics and JVM Runtime
In Kotlin, which function outputs text and keeps the cursor on the same line?
print() function outputs text without appending a newline character.println() function outputs text and moves the cursor to the next line.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions