Problem
Write a program that takes a decimal value between 1 and 10 and displays its equivalent roman numeral value. Display an error message if the value entered is outside of the acceptable range. Write a two class solution. The second class should allow the user to input a test value.