Question: please answer question 10 using matlab. thank you. 3. Repeat Step 2 for the third and fourth element of og. After having evaluated every element
3. Repeat Step 2 for the third and fourth element of og. After having evaluated every element of 08, we now have the true MAX and MIN values. Perform the subtraction and display the range using fprintf as follow: The range is # Question #9. Using an if/else construct, write a script to calculate the tip of a restaurant bill. Using the command window, ask the user to enter the bill amount. Then ask the user to type if the service was 1) good, 2) average, or 3) bad. 1. If the user typed good, display the bill total including a 20% tip. 2. If the user typed average, display the bill total including an 18% tip. 3. If the user typed bad, display the total including a 15% tip. 4. If the user entered anything other than the three acceptable words, print that the input was invalid and exit the script using a return statement. Be sure your calculated total is formatted as currency (including a dollar sign and precision to two decimal places). Question #10. Rewrite the same restaurant tip script from Question 9, but implement it using a case/switch construct instead of an if/else construct. Question #11. Write a script that uses the menu function to prompt the user to select the current day of the week. Then use the menu function to prompt the user to select their favorite day of the week. Print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
