Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Roman Numbers . The Roman Number System has seven digits as follows: I 1 V 5 X 10 L 50 C 100 D 500 M

Roman Numbers. The Roman Number System has seven digits as follows:

I 1

V 5

X 10

L 50

C 100

D 500

M 1000

Numbers are formed according to the following rules:

Only numbers up to 3999 are represented.

As in decimal system, the thousands, hundreds, tens, and ones are expressed separately.

3. The numbers 1 to 9 are expressed as shown. As you can see, an I preceding a V or X is subtracted from the value, and you can never have more than three Is in a row.

I II III IV V VI VII VIII IX

Tens and hundreds are done the same way, except that letters X, L, C, D, M are used instead of letters I, V, X.

Requirement:

Write an algorithm and then a structured program that converts a positive integer into Roman Number System. Your program shall take, as input, a number such as 1978, and convert it to its equivalent in the Roman Number System as MCMLXXVIII.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2005 For Windows Mobile Web Office And Database Applications Comprehensive

Authors: Gary B. Shelly, Thomas J. Cashman, Corinne Hoisington

1st Edition

0619254823, 978-0619254827

More Books

Students also viewed these Databases questions