+ 4

HTML program that convert number into letters.

Write a HTML program that convert number to letters. Example: When you enter 1123, it should display "Eleven Hundred and Twenty three" or "One thousand one hundred twenty three", not like "one one two three".

28th Jun 2019, 5:25 PM
Bibek Oli
Bibek Oli - avatar
1 Answer
+ 3
You will need to learn javascript to do that. Oh, I see you've completed the JS course. Since you have completed the java course, this will help you. https://stackoverflow.com/questions/14766951/convert-digits-into-words-with-javascript Most of the time a simple google search will reveal the answer you seek
28th Jun 2019, 6:57 PM
Chris Coder
Chris Coder - avatar