How to convert numbers into words in java
A simple program to convert a given number to words.For example 345123 will be three lakh forty five thousand one hundred and twenty three (according to indian locale) and also to three hundred and forty five thousand one hundred and twenty three(U.S locale).
Class to test and run the code
A simple program to convert a given number to words.For example 345123 will be three lakh forty five thousand one hundred and twenty three (according to indian locale) and also to three hundred and forty five thousand one hundred and twenty three(U.S locale).
Class to test and run the code
No comments:
Post a Comment