Computer Science, asked by saidhulubabuobulapur, 2 months ago

write a Java program using switch statement to print the given int number in words​

Answers

Answered by syedafzal82286
0

Answer:

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

Similar questions