Write a program that converts a number entered in roman numberals to
1-Write a program that converts a number entered in Roman numberals to decinal form. Your program should consist of a class, say romanType. An object of rmanType should do the following:a- Store the number a s a Roman numeral.b- Convert and store the number into decimal form.c- Print the number as a Roman numeral or decimal number as reqeusted by the user. (Write two separate […]