Search:

Type: Posts; User: Hikaros

Search: Search took 0.10 seconds.

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

    You need to do that for now haha.

    But okay, lets do this.
    You need to compile your program mentally from the section i quoted in my first post:

    // Input for name
    ...
  2. [SOLVED] Re: Need help with loops and turning into roman numerals

    // Input for name
    System.out.print("Name: ");
    String Name="";

    // Input for Date
    System.out.print("Date: ");
    String Date="";

    int number =...
Results 1 to 2 of 2