Question: *MATLAB* Write a script that will ask for password (Choose an arbitrary password for your script). If the password is incorrect, it will ask again
*MATLAB* Write a script that will ask for password (Choose an arbitrary password for your script). If the password is incorrect, it will ask again up to three times and then exit the script with an appropriate message. If the password is correct, it will then go to the script that you wrote in Section V problem 4.
the script in section V problem 4 is: Write a script area_menu 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. If the user enters an invalid choice, the script simply prints an error message. The script should use a nested if-else statement to accomplish this. Here are two examples of running it (units are assumed to be inches).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
