Write a program that reads a three-digit number, reverses the order of its digits, and outputs a new number.
Integers in action
Reversing a number
Report a typo
Sample Input 1:
308Sample Output 1:
803Write 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.