Program RightTriangle takes three int command-line arguments and determines whether they constitute the side lengths of some right triangle.
andysanr/RightTriangle
Program RightTriangle takes three int command-line arguments and determines whether they constitute the side lengths of some right triangle.
Java