Write a program that reads four characters and prints the previous character in the Unicode table for each of them.
Characters. Char type
Previous character
Report a typo
Sample Input 1:
b
c
d
eSample Output 1:
a
b
c
dWrite a program in Kotlin
fun main() {
// write 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.