An app to calculate an engine’s horsepower based on the engine’s displacement using Java.
The app utilizes some of the elementary concepts taught to us during a course at Carleton University called SYSC2004. It utilizes:
-Input/output in Java
-Defining classes (attributes and methods)
-Creating objects of a class
-Access specifiers
-ArrayLists
-Unit Testing using JUnit