Kotlin x5

Report a typo

Write a program that prints the word Kotlin five times. Print each word on a new line.

Use the provided template for your solutions:

Sample Output

Kotlin
Kotlin
Kotlin
Kotlin
Kotlin
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