Question: 1) Create a new struct type called StudentType that contains the following members: Id Name Age Hometown Email Classification ----only five possible values: Freshman, Sophomore,
1) Create a new struct type called StudentType that contains the following members: Id Name Age Hometown Email Classification ----only five possible values: Freshman, Sophomore, Junior, Senior, Graduate 2) Declare two variables of StudentType that allows you to store the information for two students as follows: 1st student: 123456, Joshua, 20, Mobile, josh@email .com, Junior 2nd student: ask the user to enter the corresponding information and input into the variable (hints: use cin) 3) Display the two students classifications
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
