Question: Program # 1 Instructions Create a java project named FirstNameLastInitialProgram 1 ( replace FirstName with your first name and LastInitial with the first initial of

Program #1 Instructions
Create a java project named FirstNameLastInitialProgram1(replace FirstName with your first name and
LastInitial with the first initial of your last name) the offers a menu like below:
Enter 1 to convert a number to a roman numeral:
Enter 2 to convert a roman numeral to a number:
Enter 3 to exit the program:
You should create a public static void method called displayMenu that offers the user three choices. You
should include a switch/case statement. The program should have two classes NumberToRoman which
reads a number and converts it into roman numerals, and RomanToNumber which reads a roman
numeral and converts it into English. Also create the main program called RomanNumeralMain.
In each of the two classes, use a String array called romanNumerals and another array called numbers.
You should have a getNumber and a getRoman method. The display should be done by the class.
When the assignment is completed, place it in a compressed folder and submit the compressed folder
through Blackboard for grading
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!