I'm having a trouble writing a program that will take, as String input of a English description of a number (0 - 9999), and print out the number in numeric format. For example,
if you input
Five thousand three hundred forty five
the program should print
5345
Thank you so much for your help.