Example that calculates area of trapezoid
Input 5, 7, 12, Output 72.0000000
Input 8.5, 4.3, 2.7, Output 49.5000000
Input 100, 200, 300, Output 45000.0000000
Input 5, 7, 12, Output 72.0000000
Input 0.222, 0.333, 0.555, Output 0.1540125
I need the answer to look like the above always to have 7 digits behind it.