Project 17: Stacked Surface Area

For the figure above, the surface area is 444 inches squared.  There are actually 11 faces (areas on the surface) for the figure.

Project 16: Variables 'a', 'b', 'c', 'd', and 'e' have been initialized.  These values represent the lengths shown in the image above.  

Task: Appropriately initialize the value of 'surfaceArea' which represents the volume of the entire figure.

**If your code works for 5 test cases, you can enter your e-mail address

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0