Roman numerals are represented by seven different symbols: 1, V. x, L. C, D and M. Ехаmple 1: Input: num3 Symbol Value Output: "III" Explanation: 3 is represented as 3 ones. 1 V 5 Example 2: 10 50 Input: num 58 100 Output: "LVIII" 500 Explanation: L- 50, v - 5, 1II- 3. 1000 Example 3: For example. 2 is written as II in Roman numeral, just two one's added together. 12 is written as XII. which is simply x+ II. The number 27 is written as XXVII, which is xx + v+ II. Input: num. 1994 Output: "HOXCIV Explanation: M- 1000, CH - 900, xC - 90 and IV Roman numerals are usually written largest to smallest from left to right. However, the numeral for four is not IIII. Instead, the number four is written as IV. Because the one is before the five we subtract it making four. The same principle applies to the number nine, which is written as IX. There are six instances where subtraction is used: • I can be placed before v (5) and x (10) to make 4 and 9. • x can be placed before L (50) and c (100) to make 40 and 90. • c can be placed before D (500) and H (1000) to make 400 and 900. Given an integer, convert it to a roman numeral.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Copy codes from thonny(python) programming
Roman numerals are represented by seven different symbols: I, v, x, L. C. D and M.
Example 1:
Input: num3
Symbol
Value
Output: "III"
Explanation: 3 is represented as 3 ones.
1
5
Example 2:
10
50
Input: num 58
Output: "LVIII"
Explanation: L- 50, v - 5, III - 3.
100
D
500
M.
1000
Example 3:
For example. 2 is written as II in Roman numeral, just two one's added together. 12 is written as XII, which is
simply x+ II. The number 27 is written as xxVII, which is xx + v + II.
Input: num- 1994
Output: "HCXCIV
Explanation: M- 1000, CH - 900, xC - 98e and IV- 4.
Roman numerals are usually written largest to smallest from left to right. However, the numeral for four is not IIII.
Instead, the number four is written as IV. Because the one is before the five we subtract it making four. The same
principle applies to the number nine, which is written as IX. There are six instances where subtraction is used:
• I can be placed before v (5) and x (10) to make 4 and 9.
• x can be placed before L (50) and c (100) to make 40 and 90.
• c can be placed before D (500) and H (1000) to make 400 and 900.
Given an integer, convert it to a roman numeral.
Transcribed Image Text:Roman numerals are represented by seven different symbols: I, v, x, L. C. D and M. Example 1: Input: num3 Symbol Value Output: "III" Explanation: 3 is represented as 3 ones. 1 5 Example 2: 10 50 Input: num 58 Output: "LVIII" Explanation: L- 50, v - 5, III - 3. 100 D 500 M. 1000 Example 3: For example. 2 is written as II in Roman numeral, just two one's added together. 12 is written as XII, which is simply x+ II. The number 27 is written as xxVII, which is xx + v + II. Input: num- 1994 Output: "HCXCIV Explanation: M- 1000, CH - 900, xC - 98e and IV- 4. Roman numerals are usually written largest to smallest from left to right. However, the numeral for four is not IIII. Instead, the number four is written as IV. Because the one is before the five we subtract it making four. The same principle applies to the number nine, which is written as IX. There are six instances where subtraction is used: • I can be placed before v (5) and x (10) to make 4 and 9. • x can be placed before L (50) and c (100) to make 40 and 90. • c can be placed before D (500) and H (1000) to make 400 and 900. Given an integer, convert it to a roman numeral.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY