Question: Also the program should execute until user enter 6. EXIT Write a code in java. Write a Java program which displays the menu below, and

Also the program should execute until user enter 6. EXIT
Write a code in java.
Write a Java program which displays the menu below, and then asks the user to choose one of the menu options. Please choose an operation: 1) Logarithm 2) Sin 3) Cos 4) Tan 5) Power 6) Exit When the user has selected an operation, ask the user to enter a number. Please enter a number: 17 For the "Power menu option, the user must enter two numbers: one for the base and one for the exponent. Please enter a number for the base: 5 Please enter a number for the exponent: 3 Display the full input and result: 5 to the power of 3 125
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
