A function written in Java to convert a numerical input value to its word equivalent.
In src/main/java/numbertoword:
NumberToWord.class - contains the function
In src/test/java/numbertoword:
NumberToWordTest.class - contains the unit test for the function
Required Java libraries:
- any JDK
- JUnit 4
- JUnitParams-1.0.5