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

PROGRAMMING:Function returns the sum of two real numbers

Luz5年前 (2021-05-10)题库378
Write a function to return the sum of two real numbers. The main function inputs two real numbers and outputs their sum. Use function declarations appropriately.
###Input example:
```in
18 -299
```
```out
-281.000000
```







answer:If there is no answer, please comment