PROGRAMMING:Function returns the sum of two real numbers
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
###Input example:
```in
18 -299
```
```out
-281.000000
```
answer:If there is no answer, please comment