ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How do you print a message to the console in Kotlin?
console()
print()
println()
echo()
Correct Answer: C — println()
The println() function prints output to the console.