August 28, 2024

P95 - English number words.

On financial documents, like checks, numbers must sometimes be written in full words.  Example: 175 must be written as one-seven-five.  Write a function fullWords(num: Int) to print (non-negative) integer numbers in full words.

Be first to comment
Leave a reply