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

PROGRAMMING:Function returns the sum of three integers

Luz5年前 (2021-05-10)题库387
Please write a custom function to return the sum of three integers. The main function is to input three integers and call your custom function to output their sum( Please use at least 2 methods to complete)
###Input example:
```in
18 -299 81
```
###Output example:
```out
-200
```







answer:If there is no answer, please comment