Create a matlab program that prompts the user to enter his o
Create a matlab program that prompts the user to enter his or her year in school (freshman, sophomore, junior, or senior). The input will be a string. Use the switch/case structure to determine which day finals will be given for each group (Monday for freshman, Tuesday for sophomores, Wednesday for juniors, and Thursdays for seniors).
Solution
Answer :

