Question: How to write Matlab scripts for this question? Write Matlab scripts that allow a user to navigate through the departments at a company. The script
How to write Matlab scripts for this question?
Write Matlab scripts that allow a user to navigate through the departments at
a company. The script should request a department code as an input. Print a statement
to the screen directing the user to the department corresponding to their input. An example
output message could say You selected: 3. You are now being redirected to the Accounting
department. Assume five departments. Account for what happens when a user inputs an
invalid department code.
First solve this problem using only if/else conditional statements. Then solve it using a
switch case syntax. These methods may be included in a single script. Print both outputs.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
