Project 16: Stacked Volume

For the figure above, the volume is 520 cubic inches.  Since the figure consists of two rectangular prisms, we can simply find the volume of each rectangular prism and add them to find the complete volume.

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 'volume' 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