Saturday, March 3, 2012

Intergers to Roman

Write an algorithm to convert an integer into roman number. For example, 1 -> I, 2 -> II, or 4 -> IV.

1 comment:

  1. http://codesam.blogspot.in/2011/06/convert-integers-to-roman-numbers.html

    ReplyDelete