How do you print a message to the console in Kotlin?
console()
print()
println()
echo()
Correct Answer: C — println()
Explanation:
The println() function prints output to the console.