Question: 1) Write a C++ program that prompts the user to enter a number within the range 1 through 10. The program should display the Roman
1) Write a C++ program that prompts the user to enter a number within the range 1 through 10. The program should display the Roman numeral version of that number. If the number is outside the range of 1 through 10, the program should display an error message "The number entered is outside the range 1 through 10". The following table shows the Roman numerals for the numbers 1 through 10. Submit your C++ Program code along with screenshots. (30 pts) Number Roman Numeral 4 5 VI VII VIII IX 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
