in your code:
//create a method that returns a string indicating the type of triangle (equilateral, isosceles, right, obtuse).

public void toString(boolean isEquilateral, boolean isObtuse,...