Question: Write a C code that prompts the user to input a 2-digit positive number and displays the number in words. Loop cannot be used in
Write a C code that prompts the user to input a 2-digit positive number and displays the number in words. Loop cannot be used in this code .You should use switch statement to solve this question.
Example: if the number is 52 the program should displays: fifty-two
fined
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
