Problem: Write a Java Program that will allow the user to make a selection. You will present the user with two options to perform, then you will perform the action selected by the user.
Detailed Requirements:
Create new BlueJ Project named AssignmentFive-your Name
Create a program that:
Prompts the user to select one of two options.(menu)
Use JOptionPane dialog
Accept input from the user
now perform the option selected.
Display output using standard output terminal for Java
Use a separate method for each of the options given to the user.
The options may be of your choice, get creative.