A Flexion Code Review Repository
Prerequiste: Make sure you have java installed. To test this open a CommandLine and type "java -version".
- Download or clone the code to a folder on your PC/Mac
- Open a CommandLine (cmd)
- Navigate to the downloaded or cloned repository
- Goto FlexionCodeReview\src
- Run the command "javac com\flexion\test\DetermineTriangles.java"
- Then run the command "java com.flexion.test.DetermineTriangles"
- You should see the following:
Please Enter the Length of each side of a Triangle below:
Side 1 (Hit Return After Entering):
- Enter Side 1 and hit Enter. Do the same for the other 2 sides when prompted.
- After entering the last side text will print indicating the triangle classification that applies to the 3 lengths.