Reversed output

Report a typo

Write a program that reads two strings and outputs them in the reverse order, each in a new line.

Sample Input 1:

Kotlin
Language

Sample Output 1:

Language
Kotlin
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic