// this class also does not need a constructor. // Java will create an empty constructor for you.
// Using the constructor and typing in 3 numbers will give you a // triangle. If the lengths are equal you get an equilateral triangle. // The rest are self explanatory, they are all just sides ...