Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,090

    Re: Romain to arabic numbers converter

    If you don't know the rules for constructing Roman numerals it will be very hard to write code to convert them. Do some research.
  2. Replies
    10
    Views
    1,090

    Re: Romain to arabic numbers converter

    Given "IX" what does the code need to do when it sees the 'I'?

    Does the code need to reject invalid input: IXL or MCCM
  3. Replies
    10
    Views
    1,090

    Re: Romain to arabic numbers converter

    Can you explain the logic for what to do with each Roman numeral character as it is read from the full number?
    For example what would you do with the 'C' from CM?
  4. Replies
    10
    Views
    1,090

    Re: Romain to arabic numbers converter

    Can you post some examples of the input and desired output?
Results 1 to 4 of 4