Question: Previous question for reference. Please answer this one, thanks! Write a script areaMenu that will print a list consisting of cylinder, circle and rectangle. It

Previous question for reference.
Please answer this one, thanks!
Write a script areaMenu that will print a list consisting of "cylinder", "circle" and "rectangle". It prompts the user to choose one, and then prompts the user for the appropriate quantities (e.g., the radius of the circle) and then prints its area or volume (variable named vol). The script should use a nested if-else statement to accomplish this. After validating your script with the three different choices and corresponding areas, comment out the input statements, set shape choice to 1 (i.e., cylinder), cylinder radius r = 25 and length = 2, circle radius = 33, and rectangle sides s1 = 2 and s2 = 4. Then submit your solution to the grader. Resets the solution code to the starter code provided by the instructor. Changes you have made are discarded. Script C Reset DE MATLAB Documentation Modify the areaMenu script to use a switch statement to decide which area to calculate. After validating your script with the three different choices and corresponding areas, comment out the input statements, set shape choice to 2 (i.e., circle), cylinder radius r = 25 and length = 2, circle radius = 33, and rectangle sides s1 = 2 and s2 = 4. Use the variable name areacir for the circle area. Then submit your solution to the grader. Script e Reset ES MATLAB Documentation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
