Saved Bookmarks
| 1. |
Subject :- ComputerCoding Language :- JavaWrite A Java Program To Accept Amount And Convert Into Words |
|
Answer» Answer: We currently have a CRUDE mechanism to convert numbers to WORDS (e.g. using a few static arrays) and BASED on the size of the number translating that into an english text. But we are running into issues for numbers which are huge. 10183 = TEN thousand one hundred eighty three 90 = Ninety 5888 = Five thousand eight hundred eighty eight Is there an easy to use function in any of the math libraries which I can use for this purpose? Share |
|