I have to make an application that takes 3 inputs (integers) using the JOptionPane.
The criteria is pretty strict there has to be two files, a main class and another java file that handles the input. The result should be the type of triangle that the 3 inputs make. For example... if the 3 inputs are the same then "Equilateral" will be returned and if 2 inputs are the same then "Isosceles" should be returned etc...
Any help would be appreciated,
Thanks!




Reply With Quote