Skip to content

vishaluk/NumberToWord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

NumberToWord

A Java program to convert number to word. Any integer greater than zero and less than 1 billion can be used. If number outside this range is used, then the output is - conversion not supported. This program has been built completely following TDD principles. To run this program, you will need junit and hamcrest jars in the classpath.

About

Initial Commit to create repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%