Question: C + + Help! Problem Specification: Create a program to calculate and display the area of a trapezoid using the formula: ( 1 ) /
C Help!
Problem Specification:
Create a program to calculate and display the area of a trapezoid using the formula: side a side b height
The user will enter side a side b and the height of the trapezoid. Create and use a function that will return a number greater than zero to get these values from the user.
Create a function to calculate and return the area of the trapezoid.
From the main function, display the area with one digit to the right of the decimal point
Allow the user to calculate an area as many times as they would like.
Display the number of times the user calculated area at the end of the program.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
