Question: Q3: Displaying numbers in words [3 marks] Write a C code that prompts the user to input a 2-digit positive number and displays the number
![Q3: Displaying numbers in words [3 marks] Write a C code](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e0fcb1f90_87666f3e0fc4e7c6.jpg)
Q3: Displaying numbers in words [3 marks] Write a C code that prompts the user to input a 2-digit positive number and displays the number in words. You should use switch statement to solve this question. Example: if the number is 52 the program should displays: fifty-two (Hint: you need to split the number into its digits]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
