Change the program so that it prints the words of the phrase "Learn Kotlin" on separate lines (make a program with multiple statements).
Writing first program
Multiple statements
Report a typo
Sample Input 1:
Sample Output 1:
Learn
KotlinWrite a program in Kotlin
fun main() {
println("Learn Kotlin")
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.