Represents a rectangular prism (cuboid).
Length (must be positive)
Width (must be positive)
Height (must be positive)
Gets the height
Gets the length
Calculates surface area: A = 2(lw + lh + wh)
Calculates volume: V = l * w * h
Gets the width
Represents a rectangular prism (cuboid).