Question: Write both C and Matlab scripts that allow a user to navigate through the departments at a company. The script should request a department code
Write both C and 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 massage 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 tising only 1/clse 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
Get step-by-step solutions from verified subject matter experts
