PROGRAMMING:Function returns the largest of three integers
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
###Input example:
```in
18 -299 25
```
###Output example:
```out
twenty-five
```
answer:If there is no answer, please comment