Answered step by step
Verified Expert Solution
Question
1 Approved Answer
students. The information of each student contains ID, Name, gender, total score, ar - The student struct should be: structstudentfstringid;stringname;chargender;Datedob;chargrade;doublescore;fst[20];structDate{intdate;intmonth;intyear;}; The program will prompt the
students. The information of each student contains ID, Name, gender, total score, ar - The student struct should be: structstudentfstringid;stringname;chargender;Datedob;chargrade;doublescore;fst[20];structDate{intdate;intmonth;intyear;}; The program will prompt the user to choose a task from a menu as shown below: Menu: 1 - Add a student 2 - Delete a student 3 - Update a student score 4 - View all records 5 - Find the max score 6 - Find a student by ID 7 - Sort records by scores 8 - Show students by grade 9 - Show students by gender 10 - Show students born in month \#\# Use separate function for each operation. For example: void delete_rec(); void add_reoord (); Also try using overloaded functions at least 2 . For example: int seareh(); // classic search by ID that returns the index if found; 1 otherwise
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