Write a c++ program that will allow a user to input there first name into a string, and use the Switch/Case statement to produce the following output.
Your program should prompt the user with the numbers and the options for each (school, classification, and mood), allowing the user to make a choice.
Sample Output
My name is _______________.
I am a student at _____________________.
I am currently a ______________________.
And I am in a ______________ mood.
Screen Options
School options:
1.BRCC
2.LSU
3.SEU
4. SU
Classification options:
1.Freshman
2.Sophomore
3.Junior
4.Senior
Mood options:
1.Great
2.Good
3.Bad