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 # Instructions
Create a java project named FirstNameLastInitialProgramreplace FirstName with your first name and
LastInitial with the first initial of your last name the offers a menu like below:
Enter to convert a number to a roman numeral:
Enter to convert a roman numeral to a number:
Enter to exit the program:
You should create a public static void method called displayMenu that offers the user three choices. You
should include a switchcase 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
