Question: ) Write a program that prompts the user to enter a whole number (integer) within the range of 1 through 5. The program should display
) Write a program that prompts the user to enter a whole number (integer) within the range of 1 through 5. The program should display the Roman numeral version of that number. If the number is outside the range 1-5, the program should display an error message.
Solve this twice! Once using if..else if statements, and again using the switch statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
