Computer Science, asked by riya6426, 2 months ago

write a java program to accept amount and convert into words ​

Answers

Answered by rajeevgupta39
1

Explanation:

Write a program in java which reads a number from the console and converts the number to its word form. Example, if the number entered is 23, the program should print twenty three. For input 3435, it should print three thousand four hundred thirty five and so on.

Similar questions