Given a file. In that file data is given in roman numbers form. You have to read that data in roman form and each convert each roman number to its numeric value and print the character at that ascii code. For ex: Given file example.txt has- XXXIV LXV XXXII CXV CIV CV CXII XXXII CV CX XXXII CXII CXI CXIV CXVI XXXII CV CXV XXXII CXV XCVII CII CI XLIV XCVIII CXVII CXVI XXXII CXVI CIV XCVII CXVI XXXII CV CXV XXXII CX CXI CXVI XXXII CXIX CIV XCVII CXVI XXXII CXV CIV CV CXII CXV XXXII XCVII CXIV CI XXXII CII CXI CXIV XLVI LXXXIII XCVII CV CVIII XXXII CXI CXVII CXVI XXXII CXVI CXI XXXII CXV CI XCVII XXXII XCVII CX C XXXII C CXI XXXII CX CI CXIX XXXII CXVI CIV CV CX CIII CXV XLVI XXXIV XLV LXXI CXIV XCVII XCIX CI XXXII LXXII CXI CXII CXII CI CXIV you have read the data and print the sentence formed. Note- each roman number represents a character. For example LXV represents 'A' because ascii value of 'A' is 65.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.3: Random File Access
Problem 6E
icon
Related questions
Question
C language file handling problem. This is the third time I am posting this. Answer correct else I will downvote and report. Read the data from file and print the output. Use C language only .
2:30 AM| 1.4KB/s O O O
l圈 4)
You
Just now
Given a file. In that file data is given in roman numbers form. You have to
read that data in roman form and each convert each roman number to its
numeric value and print the character at that ascii code. For ex:
Given file example.txt has- XXXIV LXV XXXII CXV CIV CV CXII XXXII CV CX
XXXII CXII CXI CXIV CXVI XXXII CV CXV XXXII CXV XCVII CII CI XLIV
XCVIII CXVII CXVI XXXII CXVI CIV XCVII CXVI XXXII CV CXV XXXII CX CXI
CXVI XXXII CXIX CIV XCVII CXVI XXXII CXV CIV CV CXII CXV XXXII XCVII CXIV
CI XXXII CII CXI CXIV XLVI
LXXXIII XCVII CV CVIII XXXII CXI CXVII CXVI XXXII CXVI CXI XXXII CXV CI
XCVII XXXII XCVII CX C XXXII C CXI XXXII CX CI CXIX XXXII CXVI CIV CV CX
CIII CXV XLVI XXXIV
XLV LXXI CXIV XCVII XCIX CI XXXII LXXII CXI CXII CXII CI CXIV
you have read the data and print the sentence formed. Note- each roman
number represents a character. For example LXV represents 'A' because
ascii value of 'A' is 65.
Transcribed Image Text:2:30 AM| 1.4KB/s O O O l圈 4) You Just now Given a file. In that file data is given in roman numbers form. You have to read that data in roman form and each convert each roman number to its numeric value and print the character at that ascii code. For ex: Given file example.txt has- XXXIV LXV XXXII CXV CIV CV CXII XXXII CV CX XXXII CXII CXI CXIV CXVI XXXII CV CXV XXXII CXV XCVII CII CI XLIV XCVIII CXVII CXVI XXXII CXVI CIV XCVII CXVI XXXII CV CXV XXXII CX CXI CXVI XXXII CXIX CIV XCVII CXVI XXXII CXV CIV CV CXII CXV XXXII XCVII CXIV CI XXXII CII CXI CXIV XLVI LXXXIII XCVII CV CVIII XXXII CXI CXVII CXVI XXXII CXVI CXI XXXII CXV CI XCVII XXXII XCVII CX C XXXII C CXI XXXII CX CI CXIX XXXII CXVI CIV CV CX CIII CXV XLVI XXXIV XLV LXXI CXIV XCVII XCIX CI XXXII LXXII CXI CXII CXII CI CXIV you have read the data and print the sentence formed. Note- each roman number represents a character. For example LXV represents 'A' because ascii value of 'A' is 65.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
File Input and Output Operations
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr