Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 368 Bytes

IntegerConverter

Converts an integer number to the number, spelled in words Example input: 123456789 Example output: one hundred and twenty three million fourhundred fifty six thousand seven hundred and ejghty nine

*Only works with integers up to 15 digits long *Only converts to English.

** Work on adding decimal numbers conversion and other languages is ongoig