Search:

Type: Posts; User: Onlyname

Search: Search took 0.08 seconds.

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

    Yea, I made a minor mistake in that. I had a string after the date. So instead of there being an output it just kept looking for that variable. Now I have to figure this out. Thanks a lot for...
  2. [SOLVED] Re: Need help with loops and turning into roman numerals

    package javaapplication7;
    import java.util.Scanner;

    /**
    *
    * @author Onlyname
    */
    public class JavaApplication7 {
    /**
    * @param args the command line arguments
  3. [SOLVED] Re: Need help with loops and turning into roman numerals

    hmmm,

    So, I did this and I am still getting no result.

    I actually had, the System.out.printIn(xxx) earlier, but something was wrong with my logic so I changed it to return. Which I had no idea...
  4. [SOLVED] Re: Need help with loops and turning into roman numerals

    Thanks for the help!!

    I got it to break lines and have 2 separate inputs. However, It is not returning the values that I am asking for in the end. It says "cannot not return value whose result...
  5. [SOLVED] Re: Need help with loops and turning into roman numerals

    The date is supposed to take any date from 1900 to 2100 and convert into roman numeral, whatever the date maybe; but it has to be within that range.
  6. [SOLVED] Need help with loops and turning into roman numerals

    Hello all,

    I am relatively new and need some help with this. It is not allowing me to have two separate inputs. Enter "Name" and "Date". It for some reason is showing up on the same line.
    ...
Results 1 to 6 of 6