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 twoDouble
objects and returns aDouble
result.
- Clone the repository.
- Open the project in your preferred IDE.
- Run the JUnit tests in the
AppTest.java
file to verify the functionality of the implemented methods.