Answered You can hire a professional tutor to get the answer.
Assume you have the following declarations: enum StudentType {MARY, JANE, BILL}; StudentType oneStudent; and that oneStudent has been assigned some...
Assume you have the following declarations:enum StudentType {MARY, JANE, BILL}; StudentType oneStudent;and that oneStudent has been assigned some value. Write a statement that outputs Jane's name if oneStudent contains the value JANE.