In this task, you will write a function int toInt (char* Roman) that takes in a character array that is formatted in Roman Numeral and convert this to an integer. Code and Compilation: Your code will be one standalone file called roman.c. Use the following command to generate an executable vert_hist. Your code must compile clean with this command. gcc -Wall -W -pedantic -o roman roman.c Hint: The similar functions and library from Task 1 will be useful here as well.

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

This assignment will give you practice on basic C programming. You will implement a few C
programs

Task 2: ToInt
In this task, you will write a function int toInt (char* Roman) that takes in a character array that is
formatted in Roman Numeral and convert this to an integer.
Code and Compilation: Your code will be one standalone file called roman.c. Use the following
command to generate an executable vert_hist. Your code must compile clean with this command.
gcc -Wall -W -pedantic -o roman roman.c
Hint: The similar functions and library from Task 1 will be useful here as well.
Transcribed Image Text:Task 2: ToInt In this task, you will write a function int toInt (char* Roman) that takes in a character array that is formatted in Roman Numeral and convert this to an integer. Code and Compilation: Your code will be one standalone file called roman.c. Use the following command to generate an executable vert_hist. Your code must compile clean with this command. gcc -Wall -W -pedantic -o roman roman.c Hint: The similar functions and library from Task 1 will be useful here as well.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Can you make code to get an input

Solution
Bartleby Expert
SEE SOLUTION
Follow-up Question

This error occur when I run the code

panjapol28@Punn:~/a2$ gcc -Wall -W -pedantic -o roman roman.c
roman.c: In function 'roman_Dec':
roman.c:30:20: warning: comparison of integer expressions of different signedness: 'int' and ‘size_t' {aka 'long unsigne
d int'} [-Wsign-compare]
30 | for (int i =
|
roman.c:35:13: warning: comparison of integer expressions of different signedness: 'int' and ‘size_t' {aka 'long unsigne
d int'} [-Wsign-compare]
35 | if (i + 1 < strlen(str))
|
panjapol28@Punn:~/a2$
0; i < strlen(str); i++)
Transcribed Image Text:panjapol28@Punn:~/a2$ gcc -Wall -W -pedantic -o roman roman.c roman.c: In function 'roman_Dec': roman.c:30:20: warning: comparison of integer expressions of different signedness: 'int' and ‘size_t' {aka 'long unsigne d int'} [-Wsign-compare] 30 | for (int i = | roman.c:35:13: warning: comparison of integer expressions of different signedness: 'int' and ‘size_t' {aka 'long unsigne d int'} [-Wsign-compare] 35 | if (i + 1 < strlen(str)) | panjapol28@Punn:~/a2$ 0; i < strlen(str); i++)
Solution
Bartleby Expert
SEE SOLUTION
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