Question: Programming and Logic 1: Java Roman Numerals Write a program that prompts the user to enter a number within the range of 1 through 10.
Programming and Logic 1: Java
Roman Numerals
Write a program that prompts the user to enter a number within the range of 1 through 10.
The program should then display the number entered and the corresponding Roman numeral for that number. The program should evaluate the number input first using a switch statement and then again using an if else construct. The answer should display both the number input and it's corresponding roman numeral equivalent.
If the number is outside the range of 1 through 10, the program should display an error message.

VII 10 > XX 123456789 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
