Answers for "user input in kotlin"

4

user input in kotlin

fun main() {
  val userinput = readLine()
}
Posted by: Guest on April-27-2020
3

kotlin read input as int

readLine()!!.toInt()
Posted by: Guest on May-23-2020

Browse Popular Code Answers by Language