Question: Write a program that has at least four functions, one that finds the area of a trapezoid (look up the formula), a second function with
Write a program that has at least four functions, one that finds the area of a trapezoid (look up the formula), a second function with the same name ("overloading") that finds the area of a triangle, a third that handles all the inputs, and fourth that handles all the outputs. Declare the functions. The program should prompt the user for input.
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
