From: Andriy Andreyev Date: 2012-08-29T14:23:34+09:00 Subject: Re: What is happening here, Batman? --e0cb4e43d0afc9fc0304c860bf87 Content-Type: text/plain; charset=ISO-8859-1 1) basically it takes your 1999 and convert it to the Roman numerals, see further http://en.wikipedia.org/wiki/Roman_numerals 2) you can think of it as of 'return roman'. 'return' keyword may be (and usually is, it's a good practice) omitted if the value is returned at the end of method. 3) this is the logic of converting modern numerals to the Roman ones. What would you need to change it? --e0cb4e43d0afc9fc0304c860bf87 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
1) basically it takes your 1999 and convert it to the Roman numerals, = see further=A0http:= //en.wikipedia.org/wiki/Roman_numerals
2) you can think of it as of 'return roman'. 'return' = keyword may be (and usually is, it's a good practice) omitted if the va= lue is returned at the end of method.
3) this is the logic of con= verting modern numerals to the Roman ones. What would you need to change it= ?
--e0cb4e43d0afc9fc0304c860bf87--