Write a program that reads two strings and outputs them in the reverse order, each in a new line.
Reading data with readln
Reversed output
Report a typo
Sample Input 1:
Kotlin
LanguageSample Output 1:
Language
KotlinWrite a program in Kotlin
fun main() {
// put your code here
}
___
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.