I'm supposed to write a program that takes in an integer and outputs the numbers in english. IE: 932 would output nine three two.
The way I tried to write the code is with an array to store the numbers with a for loop to take in each number and a for loop to output the numbers.
The program never outputs anything in the for loops though, after I enter the length the program ends.