A program that can be reused to convert numbers into words.
An API defined in NumberInWordsService interface: String numberInWords(int num)
which is the essence and translates a number into words.
The implementations of this API are configurable and provides a choice of
1. Metric number system and
2. Indian number system
The metric system uses the common use of expressing in terms of
billions, millions thousands etc
The Indian system uses the terms lakh and crore and expresses the numbers therein.
Eg:
Metric
20,344,510 ->twenty million three hundred and forty four thousand five hundred and ten
Indian
2,03,44,510 ->two crore three lakh forty four thousand five hundred and ten
Features
- utility API
Follow NumberInWords
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of NumberInWords!