Home /
Expert Answers /
Computer Science /
a-b-area-of-trapezium-figure-1-trapezium-h-h-a-b-create-a-c-program-using-visual-studio-that-pa335
(Solved): a b Area of Trapezium = Figure 1- Trapezium h h(a+b) Create a C++ program using Visual Studio that ...
a b Area of Trapezium = Figure 1- Trapezium h h(a+b) Create a C++ program using Visual Studio that can be used to calculate the area of a trapezium using the formula provided. The program must allow the user to enter the values and output the (15 Marks) area.
Please up vote ,comment if any query(i will update answer).Thanks for question . Note ; check attached image for output ,code compiled and tested in visual studio C++; each line commented and explained well. Program Plan : declare a,b,h and area as d