Your name

Report a typo

Write a program that displays the string "My name is " followed by your name.

Output example

My name is John
Write a program in Kotlin
fun main() {
TODO("Remove this line and write your solution here")
}
___

Create a free account to access the full topic