-->
当前位置:首页 > 题库

PROGRAMMING:Write a program to realize the conversion of string case and output in reverse order.

Luz5年前 (2021-05-10)题库505
Write a program to realize the conversion of string case and output in reverse order.
###Input format:
Enter a line of string
###Output format:
String case conversion, and reverse output
###Input example:
```in
Hello World!
```
###Output example:
```out
! DLROw OLLEh
```







answer:If there is no answer, please comment