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

PROGRAMMING:Function returns the largest of three integers

Luz5年前 (2021-05-10)题库357
Please write a custom function to return the largest of the three integers. The function of the main function is to input three integers and call your custom function to output the maximum value( Please use at least 2 methods to complete)
###Input example:
```in
18 -299 25
```
###Output example:
```out
twenty-five
```







answer:If there is no answer, please comment