I am trying to figure out how to convert digits from 0 to 9 to words in my program.
What is the proper code to do this?
I have found examples online but none of them are working with my code.
What is just a generic example? I need to do it inside a switch statement too.
switch (operation) { case "+": System.out.println("The sum of "); }
I need to take my input of numbers from the user as digits and change them to words in this system.out statement.


LinkBack URL
About LinkBacks
Reply With Quote

"You should not let technology (or method) drive your design, but make your design drive the technology".