This is the test task application, that you can get upon enrolment in Focus Start Academy.
This application shoold find isosceles triangle with maximum area, from list of triangles in input file, and after write this one in output file.
- Download - click here
- Create directory for program and unzip archive there.
- Run terminal and move to your program directory.
- Execute follow commands:
bash compile.sh
bash run.sh
- Configure:
- If you want use your names of io files edit run.sh. In follow line:
java -cp bin main.FocusStartApplication in.txt out.txt
Input file - in.txt
, Output file - out.txt
.