This Maven project contains utility methods for basic arithmetic operations and string manipulation. The methods include:
sum: Adds two integers.divide: Divides two doubles and returns the result with two decimal places.returnTwoChars: Returns the first two characters from a string.div: Divides twoDoubleobjects and returns aDoubleresult.
- Clone the repository.
- Open the project in your preferred IDE.
- Run the JUnit tests in the
AppTest.javafile to verify the functionality of the implemented methods.