Question: Please write in C++ in Microsoft Visual Studio 2015 with a Win32 Console Application! Problem 1 Toy Painting Tetrahedron shapes are common in the world.
Please write in C++ in Microsoft Visual Studio 2015 with a Win32 Console Application!









Problem 1 Toy Painting Tetrahedron shapes are common in the world. One type of tetrahedron is based on a triangle. It would look like below: This tetrahedron has six sides, a, b, c, d, e, and f. Imagine that this is a hollow lightweight tetrahedron for children to play with and it needs to be painted on all surfaces. We would like you to write a C++ program to find the cost of painting this tetrahedron on all faces. Formula for total surface area The formula for total surface area is given after the formulae for semi perimeters for four tetrahedron faces. This is semi perimeter of base triangle This is semi perimeter triangle with sides c, d, and e This is semi perimeter triangle with sides b, d, and f This is semi perimeter triangle with sides a, e, and f Be careful in translating above formulae into C++ code because in C++ is zero. You need to find a way that P, P2, P3, and P4 do not end up being computed as zeros, Total Surf Area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
