Get up to 80 % extra points for free! More info:

Discussion – Solved tasks for Kotlin lessons 1-2

Back

 

Comments
Avatar
Yonatan Myers
Member
Avatar
Yonatan Myers:10/8/2018 16:13
fun main(args: Array<String>) {
    println("Hi, what is your name? ")
    val name = readLine()!!

    println("What are you like? ")
    val like = readLine()!!

    println("$name is $like")
}
 
Reply
10/8/2018 16:13
To maintain the quality of discussion, we only allow registered members to comment. Sign in. If you're new, Sign up, it's free.

1 messages from 1 displayed.