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

PROGRAMMING:Function returns the larger of two integers

Luz5年前 (2021-05-10)题库341
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