PROGRAMMING:Jmu-c-decimal to hexadecimal
Input a decimal integer and output its corresponding hexadecimal string.
###Input format:
Enter a decimal integer.
###Output format:
Output the corresponding hexadecimal string. Note that '10-15' is represented by capital letters' A-F '.
###Input example:
```in
one thousand two hundred and thirty-four
```
###Output example:
```out
4D2
```
answer:If there is no answer, please comment
###Input format:
Enter a decimal integer.
###Output format:
Output the corresponding hexadecimal string. Note that '10-15' is represented by capital letters' A-F '.
###Input example:
```in
one thousand two hundred and thirty-four
```
###Output example:
```out
4D2
```
answer:If there is no answer, please comment