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