Convert integer to words (Java)
From LiteratePrograms
- Other implementations: Java | QBASIC
This program is under development.
Please help to debug it. When debugging
is complete, remove the {{develop}} tag.
Here is a function for changing a number into words. It works for English and can be extended, by use of property bundles, for other languages.
Download code |