Num-to-Word is a simple program I wrote in the C programming language that changes
numbers into their long word format. For example, if you entered 120 the program would
output onehundredtwenty, if you entered 300 the program would output threehundred, and if
you entered 2 the program would output two.