Search:

Type: Posts; User: Json

Search: Search took 0.33 seconds.

  1. Thread: Roman Numbers

    by Json
    Replies
    14
    Views
    4,912

    Re: Roman Numbers

    Basically what happens here is that if you pass in 'V' it will fall through down to the 'M' case and run that code, the same thing happens if you pass in either 'X', 'L', 'C' or 'D'.

    You need to...
  2. Thread: Roman Numbers

    by Json
    Replies
    14
    Views
    4,912

    Re: Roman Numbers

    Basically what happens here is that for every character you translate you need to check the next character to see if its bigger than the current character and if it is you know that its a...
Results 1 to 2 of 2