#Quiz 27 instructions The attached Square class's getArea() method (based on the Triangle class discussed in Chapter 13 section 1) is missing the "if" statement to check for the smallest square. Fix it so that it correctly checks for the condition to end recursion.
Please copy and paste the "if" statement you write in the getArea() method for the submission.