Question: Please do #13 using MATLAB. Thank you UwMCWUI0205.pul 7 o - + D A h Question #12. Using a case/switch construct, write a script to
UwMCWUI0205.pul 7 o - + D A h Question #12. Using a case/switch construct, write a script to calculate the price of an order of candy bars. Prompt the user to enter the number of candy bars to purchase. Calculate the total price according to these constraints. o The total price of a single candy bar is: $20.00 The total price of 2 candy bars is: $35.00 o The total price of 3 candy bars is: $47.00 The total price of a number of candy bars greater than 3 is: $47.00 + 10 (the number of bars - 3) The maximum number of candy bars allowed per order is 10. Note, these are top quality candy bars. Question #13. Rewrite the same candy bar script from Question 12, but implement it using an if/else construct instead of a case/switch construct. Which do you think was easier and why? (Just answer the question in the PDF). Question #14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
