Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JGRASP PROGRAM LANGUAGE CSCI 3122 Data Structures Program 2-5 Requirements Write a program to create a Roman Numeral Calculator and Converter. The Program must use
JGRASP PROGRAM LANGUAGE
CSCI 3122 Data Structures Program 2-5 Requirements Write a program to create a Roman Numeral Calculator and Converter. The Program must use classes. The Program must be Menu Driven. Menu Should resemble the following (Levels). Calculator O Addition o Subtraction o Multiplication o Division Conversions o To Roman Numeral o From Roman Numeral Roman Numeral Values Required are as follows M = 1000 100 L 50 X = 10 V = 5 I = 1 For ALL Operations you should display both the Decimal Number and Roman Numeral. For Roman Numeral Calculator operations the User should be asked and should enter two Roman Numeral Numbers, after the operation is complete the user should be given the answer in both forms. For Conversions the user enters the number and it is converted to the opposite form. . CSCI 3122 Data Structures Program 2-5 Requirements Write a program to create a Roman Numeral Calculator and Converter. The Program must use classes. The Program must be Menu Driven. Menu Should resemble the following (Levels). Calculator O Addition o Subtraction o Multiplication o Division Conversions o To Roman Numeral o From Roman Numeral Roman Numeral Values Required are as follows M = 1000 100 L 50 X = 10 V = 5 I = 1 For ALL Operations you should display both the Decimal Number and Roman Numeral. For Roman Numeral Calculator operations the User should be asked and should enter two Roman Numeral Numbers, after the operation is complete the user should be given the answer in both forms. For Conversions the user enters the number and it is converted to the opposite formStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started