Skip to content

LeanMachine97/NumberToWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

NumberToWord

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:

  1. any JDK
  2. JUnit 4
  3. JUnitParams-1.0.5

About

A function written in Java to convert a numerical input value to its word equivalent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages