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
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
You are to create a Menu-driven program that runs continuously until the user of the program decides to stop the program. The program will read the input from a file, and output as requested to the screen. Use appropriate function calls where necessary to simplify your program. Your program should ensure the right data is entered, like 6 digits for the ID, and 10 digits for the Phone, not greater than 4.0 for GPA and so on. Phone number should be stored with string because it exceeds the limits of int, and does not require calculation. THIS IS AN INDIVIDUAL PROJECT
The project should contain at least the following functions (you can use more if you need to)
CreateClass This is a function that reads the student info data above from the file into your appropriate data structure the student names should be in alphabetical order of last name (do not alter the input file). Your function should print the entire student info (best to call the print function for this), and show the current number of students in the class (class count).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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