Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how can i make this c program ?? help me please.

–1 vote
asked Aug 21, 2019 by Ghaleb Kharouf (120 points)
1. You should include all the steps that you followed to find the answer. 2. This assignment due date is the FINAL EXAM DAY 3. This assignment SHOULD PRINTED 4. The assignment should be submitted to your instructor in the Lecture (NOT THE LAB). (Late Assignments WILL NOT be accepted for any reason). 5. The assignments are individual effort and copying the assignment will be treated as a cheating attempt, which may lead to FAILING the course. 6. Make sure to include your name, student ID, and section number within your submission Write a complete C program that reads several integer numbers from a file called Numbers.txt, store them in an array, and then convert each number from the array into its roman equivalent. Your program should define and call a function called roman_equivalent that takes a number as input and prints the roman equivalent of that number on screen. Hint: The function prototype is void roman_equivalent (int); The following table shows the roman equivalents of decimal numbers:

1 Answer

0 votes
answered Aug 29, 2019 by DavidDelgado
U are very loose " Write a complete C program that reads several integer numbers from a file called Numbers.txt, store them in an array, and then convert each number from the array into its roman equivalent. Your program should define and call a function called roman_equivalent that takes a number as input and prints the roman equivalent of that number on screen. Hint: The function prototype is void roman_equivalent (int); The following table shows the roman equivalents of decimal numbers: "
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...