Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,516

    Re: How to convert a digit to words

    Topic continued at: http://www.javaprogrammingforums.com/whats-wrong-my-code/25078-cant-compile-program.html
  2. Replies
    5
    Views
    1,516

    Re: How to convert a digit to words

    If everything in the program is in the main() method, you can put it in the main() method.
  3. Replies
    5
    Views
    1,516

    Re: How to convert a digit to words

    If the digits are int values, make an array of the Strings that correspond to the int values (eg 0 = "zero")
    and use the int value to index into the array to get the corresponding String.
Results 1 to 3 of 3