Could someone help me with this problem?

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
Last edited on
closed account (2LzbRXSz)
Do you have anything so far? Or do you need pointers on where to start and what direction to go in?
Topic archived. No new replies allowed.