Problem 17 Variant
Write a program that given a number between 0 and 1000 will return the number in words.
For example:
- If the user enters 37
- The program will output thirty seven
Write a program that given a number between 0 and 1000 will return the number in words.
For example: