Search:

Type: Posts; User: tfcanadian

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,099

    Re: ReadLine doesn't work

    Or how can I read a Input from args without import class?
  2. Replies
    3
    Views
    1,099

    ReadLine doesn't work

    int arabe = Integer.readLine(args[0]);
    String romain= "";


    The compilator says that it can't find symbol. The arrow is under the "".""

    It worked before.
  3. Replies
    10
    Views
    1,084

    Re: Romain to arabic numbers converter

    I just actually don't know how to do it. Found out that my code is dope :(
  4. Replies
    10
    Views
    1,084

    Re: Romain to arabic numbers converter

    Oh I'm sorry. I'm not counting it as a method. But you're right, I'm using the string method. As this point I can convert every single character to a numeral value and add them to each other. But...
  5. Replies
    10
    Views
    1,084

    Re: Romain to arabic numbers converter

    Exemple of the execution in the CMD:
    java romaintoarabic MCXI
    Converted number : 1111
  6. Replies
    10
    Views
    1,084

    Romain to arabic numbers converter

    Hi! so right now i'm trying to do a program to convert romain numbers to arabic numbers. My problem is that I don't have the right to use Methods and Arrays. Only loops and if/else. I actually have...
Results 1 to 6 of 6