PROGRAMMING:Function returns the larger of two integers
Write a function to return the larger of the two integers. Input two integers in the main function and output a larger value.
###Input example:
```in
5 8
```
###Output example:
```out
The max is:8.
```
answer:If there is no answer, please comment
###Input example:
```in
5 8
```
###Output example:
```out
The max is:8.
```
answer:If there is no answer, please comment