To override the perimeter method we just need to add up the three side length's, a, b, and c, and return the sum.

Make sure to pick return, followed by +, and finally +.