Create Java classes that implement the FigureInterface interface: a. Square - constructor accepts a single argument of type double which indicates the length of a side of the square. b.
RightTriangle - constructor accepts two arguments of type double that indicate the lengths of the two legs. c. IsoscelesTriangle - constructor accepts two arguments of type double that indicate the height and the.....