Hi, I am new to the forums here, so forgive me if I placed this in the wrong spot. I looked around, but nothing has helped me out much. I'm having a little trouble finding out what's wrong with my code. I just learned about switch statements, so I may be doing something wrong there. I am supposed to write a program that will read in a two digit number and output the number in English. My teacher wants us to use an if statement with a switch that deals with the numbers 10-19 and two more switch statements under else dealing with 20-99. Thanks in advance for the assistance.