Assignment task:
"Enumerations" in the Swift Programming: The Big Nerd Ranch Guide (2nd Ed.) e-book:
Add another case to the ShapeDimensions enum for a right triangle. You can ignore the orientation of the triangle. Just keep track of the lengths of its three sides. Adding a new case will cause your playground to give you an error in the area() method. Fix the error.