A math challenge for class asks us to take words (like five seven six three) and change that to an integer (like 5763) to use in a calculation within the program. There are several examples of words2number that take words that spell out a number (like five hundred and sixty five, as if you're writing a check). But I want to take the individual words and place them into their corresponding number.
nine nine five zero = 9950, six three five = 635, etc.