Program Challenge 4
Started by: GoVeganGoVegan
Date: 05 Sep 2008 22:20
Number of posts: 37
rss icon RSS: New posts
Summary:
Have the user input a number, and then convert it to the appropriate Roman numerals. You should include support for the main Roman numerals: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000). You don't have to worry about decimals or negative numbers, but your program should be able to handle numbers as large as 10,000.
New Post