write a java program to accept amount and convert into words
Answers
Answered by
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