Please write the code in java language.
You customer will select a sandwich and options based upon the menu above. You will ask how many sandwiches the customer would like. All of the sandwiches will be the same. You will to calculate tax of 7% and a 10% discount on Club members. In addition, if the customer orders a quantity of more than 10 sandwiches, they get a 5% discount before the club member discount. After you print the final receipt, you will ask the user if they want to place another order. If they, do you will start the process over if not you will display a message “Thank you, please come again”.
Requirements: Make sure your program has a comment(s)
1. Proper use of a switch
2. Proper use of a Include a Loop
3. Proper printf or String. format
4. Proper use of the Scanner Class
5. Proper Input
6. Proper Output
7. Correct Calculations/Process