PROGRAMMING:Write a program to realize the conversion of string case and output in reverse order.
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
###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