Write a function to convert the Roman Numeral list to Hexidecimal. DCXXXVII DCCXXXIII CMLXXXIII CDLXXXVII с CDLXXVIII DCLX CMXVI DCCXXX CDXCIX CDLXXIII DCCXLII DCCLVII CCCXXXVI CXXXIX CCCXX CCLXXVIII CMXXVII CCCIX DCCXXIX CDXC LXXIV CCXXXI CCXXII DCLXXX CCCLXXVII CDLIX CCXXII CCLV DXCIV DXXXIII CCLXIII DCCCX DCCLXXIV DCC XXIV DOVVIL

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question

write it in python 

link to the full page https://drive.google.com/drive/folders/1dhOBwp6IKakFyZITHjyFLwUb-Q6j8DqZ?usp=share_link

Write a function to convert the Roman Numeral list to Hexidecimal.
DCXXXVII
DCCXXXIII
CMLXXXIII
CDLXXXVII
с
CDLXXVIII
DCLX
CMXVI
DCCXXX
CDXCIX
CDLXXIII
DCCXLII
DCCLVII
CCCXXXVI
CXXXIX
CCCXX
CCLXXVIII
CMXXVII
CCCIX
DCCXXIX
CDXC
LXXIV
CCXXXI
CCXXII
DCLXXX
CCCLXXVII
CDLIX
CCXXII
CCLV
DXCIV
DXXXIII
CCLXIII
DCCCX
DCCLXXIV
DCC
XXIV
DCVVIL
Transcribed Image Text:Write a function to convert the Roman Numeral list to Hexidecimal. DCXXXVII DCCXXXIII CMLXXXIII CDLXXXVII с CDLXXVIII DCLX CMXVI DCCXXX CDXCIX CDLXXIII DCCXLII DCCLVII CCCXXXVI CXXXIX CCCXX CCLXXVIII CMXXVII CCCIX DCCXXIX CDXC LXXIV CCXXXI CCXXII DCLXXX CCCLXXVII CDLIX CCXXII CCLV DXCIV DXXXIII CCLXIII DCCCX DCCLXXIV DCC XXIV DCVVIL
Expert Solution
Step 1

Introduction

Function: Function is a block of code that performs a specific task and is reusable, meaning it can be used elsewhere in the code. Functions can take parameters and return values, allowing for a more modular, efficient code. Function can also be defined as a named collection of instructions that perform a specific task. This can be very helpful in organizing code into manageable blocks and making the code easier to read and understand.

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Linked List Representation
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning