Exercise 1 – Math

Make a simple numeric calculator.

It should prompt the user for three numbers.

Then add the numbers together and divide by 2.

Display the result.

Your program must support numbers with decimals and not just integers.