kotlin how to receive input from user code example Example: user input in kotlin fun main() { val userinput = readLine() }