Question: In C++. Write a program that displays the Roman numerals equivalent of any decimal number between 1 and 20 that the user enters. - First
In C++.
Write a program that displays the Roman numerals equivalent of any decimal number between 1 and 20 that the user enters.
- First store the Roman numerals in an array.
- Create a function that allows you to enter the integer numbers from 1-20.
- Print the Roman numeral value of the entered integer.
- Loop to allow the user to continue entering numbers until an end sentinel of 0 is entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
