Question
In this project, you will write a C++ program to simulate some standard activities and operations that occur within a school system on a set
In this project, you will write a C++ program to simulate some standard activities and operations that occur within a school system on a set of students in a COSC 113 class. The data below list the students currently registered to the class. There is a class size limit of 25 students. The information below should be stored in a file and then used as input for this project. THIS PROJECT SHOULD ONLY BE DONE USING CONCEPT COVERED IN CLASS. STRUCTS FOR STUDENT DATA STORAGE.
First Name Last Name Major Student ID GPA Phone Number Home City
Jane Porter Math 173894 3.9 4015388833 Arlington
Clarke Griffith Bio 100100 4.0 3018100100 DC
Craig Bellamy Ctec 128490 0.2 2403849399 Bowie
Manny Rhodes Chem 183903 2.9 3203848499 Largo
Robert Reyes Ctec 137940 3.4 4103948929 Bowie
Alexis Rodrigues Hist 128739 3.2 3014732293 Fairfax
Daniel Proctor Ctec 103848 2.5 3019382923 DC
Oliver Kostermann Cosc 193338 3.8 2049238392 Lanham
John Constantine Hist 183779 3.4 3103938493 Alexandria
Nagisa Hiroyama Chem 129030 3.7 2402874748 Lanham
Simone Xypher Bio 193830 4.0 3013849292 DC
Jason Rundelhause Math 139480 0.9 2013874829 Bowie
Abel Herrera Cosc 123999 1.5 3013983722 Falls Church
Connor Angel Hist 197920 3.7 2402879302 Alexandria
Monica Strauss Bio 110030 0.8 4010393849 Greenbelt
Claire Matteo Hist 102837 3.1 2402884893 Largo
Farida Ahmed Cosc 183920 3.0 3019389282 Arlington
David Masterson Hist 127393 1.4 4102937498 Falls Church
Chloe Gignac Cosc 188292 3.7 3102338229 Fairfax
William Tucker Math 198339 0.5 3019912293 Greenbelt
Daniela Moreira Ctec 139300 3.6 2402919933 DC
Birgit Prinz Cosc 109022 3.9 2018473993 Bowie
Please complete this function
DropClass This is a function that provides a student the opportunity to drop the class. The student need only provide a unique information like their studentID or PhoneNumber. Your function should ask the student to provide any of the two. If the student is not registered for the class, display an appropriate message. Print the new class list to show the result of the drop and show the class count.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started