Can anyone help me out?
A menu is generated using the following code: Status=menu(‘ClassStanding’,’Freshman’,’Sophomore’,’Junior’,’Senior’); Write a segment of code using if-elseif-else that will classify the person making a menu selection as a new student (freshman) or a continuing student (sophomore, junior, or senior). The code should save one of the following messages in the variable Status_Txt:
You are a new student.
You are a continuing student.
You did not make a selection.
A menu is generated using the following code: Status=menu(‘ClassStanding’,’Freshman’,’Sophomore’,’Junior’,’Senior’); Write a segment of code using if-elseif-else that will classify the person making a menu selection as a new student (freshman) or a continuing student (sophomore, junior, or senior). The code should save one of the following messages in the variable Status_Txt:
You are a new student.
You are a continuing student.
You did not make a selection.