Which method is used to get user input in Kotlin?
readLine()
getInput()
readInput()
scanInput()
Correct Answer: A — readLine()
Explanation:
The readLine() function reads input from the console in Kotlin.