Pythagorean Test in Java
The following is a basic Java GUI program allowing a user to input the lengths of a triangle's sides to find out if it is a right triangle or not.
Open notepad or any text editor, and paste in the following code:
- import javax.swing.*;