-
Notifications
You must be signed in to change notification settings - Fork 0
Asya-Vorobyova/triangles-analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description: This application determines the type of a triangle. It should take the lengths of the triangle's three sides as input, and return whether the triangle is equilateral, isosceles or scalene. Requirements: Java SE 8; Apache.Maven 3.3. To run the project: 1. Download from Github in some home folder (name it e.g. trianglesAnalysis). 2. Build the project in the project folder in command line using command: mvn clean install 3. To run the program launch a command in the following format from 'target' directory in the project folder: java -jar TrianglesAnalysis-1.0.0-BUILD-SNAPSHOT.jar 1 2 2 4. To run tests launch a command from the project folder: mvn test
About
Application calculates triangle type
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published