Skip to content

Problem Statement The user enters an integer between 0 and 1,000,000 inclusive. The output should be the number in words. Example: Input: 14563 Output: Fourteen thousand five hundred and sixty three.

License

Notifications You must be signed in to change notification settings

OxPirates/NumberToTextConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Number To Text Converter

Problem Statement The user enters an integer between 0 and 1,000,000 inclusive. The output should be the number in words. Example: Input: 14563 Output: Fourteen thousand five hundred and sixty three.

#To Run

javac NumberToTextConverter.java
java NumberToTextConverter

Enter a number [0,1000000] to convert in text/word:
14563
fourteen thousand, five hundred and sixty-three

About

Problem Statement The user enters an integer between 0 and 1,000,000 inclusive. The output should be the number in words. Example: Input: 14563 Output: Fourteen thousand five hundred and sixty three.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages