Question: Can somebody help me with this Java program? I already have the contents of the 3 programs that Ill need to input. You will write
You will write a program that will provide a text-based menu interface for users to access the functionality that you have developed in programs 2- 4. Based on the menu option selected by the user, you will run one of your previously developed programs, until your user decides to quit the menu. Input: You will prompt the user to select a program using the following menu: INTERESTING PROGRAMS MENU [A] CALCULATE EASTER DATE [B] CALCULATE COMMISSION PAY C GENERATE CALCULATION TABLE x QUIT ENTER MENU OPTION The menu interface should only accept the values of "A", "B", "C", and "X" as valid input from the user If a user enters an invalid value, the program should notify the user that the value entered is incorrect, and why, and prompt the user to reenter a corrected value. Computation: You will create separate methods for each of your previous programs. You will copy and paste the content of each of your main program methods into the new methods in this program: public static void Prog02_EasterCalc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
