Write a program to enter any SINGLE DIGIT that is from 0 to 9. The program prints the digit entered
into WORDS . (use SWITCH CASE) in java
Answers
Answered by
0
Answer:
Program to print the given digit in words
Given a number N, the task is to convert every digit of the number into words.
Explanation:
Input: N = 1234
Output: One Two Three Four
Explanation:
Every digit of the given number has been converted into its corresponding word.
Input: N = 567
Output: Five Six Seven
Answered by
0
Answer:
follow her #please please
Similar questions