Printing texts

Report a typo

Arrange the lines of code in the correct sequence to print the text:

Kotlin is a modern programming language.
I will finish studying Kotlin in 2024!
Put the items in the correct order
print("Kotlin is a modern programming language.")
print(2024)
print("I will finish studying Kotlin in ")
println("!")
}
fun main() {
println()
___

Create a free account to access the full topic