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 do this C program ?? help me please .

–1 vote
asked Aug 21, 2019 by Ghaleb Kharouf (120 points)
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

+1 vote
answered Aug 24, 2019 by anonymous
I would say speak to your professor or teaching assistant and let me know what they say.
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.
...