Hello Everyone,

My task is to convert an inputted number i.e. 234567 and print out the words of each digit so it would print "two three four five six seven".

I don't even know where to start. All I know is that i need or should be using switch statements.

Any help will be greatly appreciated. Thanks in advance!