Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Need help with loops and turning into roman numerals

    You made progress. I got 1959 = MCMLVIIII. That's not right. Close, but not right.
  2. [SOLVED] Re: Need help with loops and turning into roman numerals

    It helps to post your updated code so that we know what changes you made. In place of your return, I used

    System.out.println( Name + roman );

    And I get a result. I can't imagine why you would...
  3. [SOLVED] Re: Need help with loops and turning into roman numerals

    The main() method is by definition, void, and cannot return anything. But you're in luck, there's no reason to return anything. Instead of returning the result, assign it to a variable:

    String...
Results 1 to 3 of 3