Write a program using switch-case structure to input an integer between 1 and 100 and print the corresponding integer in alphabets. For example, if the user enters 32, the result should be “You entered thirty two.” You may also use some other selection structure along with the switch-case structure in order to embed the full functionality the question has required.

 






Comments