Question: CMPE - 2 2 3 / ISYE - 2 2 3 ALGORITHMS AND PROGRAMMING 2 0 2 3 / 2 0 2 4 Fall Homework
CMPE ISYE
ALGORITHMS AND PROGRAMMING
Fall
Homework
Write a complete or program to implement student directory. Consider the structure fields given below. Your program should have the following menu. Write necessary user defined functions for each of the menu entries:
Menu:
Add a new student to directory
Delete a student from the directory
List available students
Search a student:
A Search according to student id
B Search according to student name
Update student information
Sort the list
A Sort according to student id ascending order
B Sort according to student name alphabetic order
C Sort according to registration year descending order
Display the student information holding max. cgpa
Quit
struct date
int day, month, year;
;
struct student
int stdid;
char stdname stdsurname;
struct date regdate;
float cgpa;
studentdirectory ;
Important notes:
Write a user defined function for each menu option.
Please upload your source code from the moodle. If you have difficulty or problems about upload process, please email to
rismai@ciu.edu.tr kyurtkan@ciu.edu.trormbuzun@ciu.edu.tr
Submission date: of January SUNDAY, @ :
Late submission penalty: per day.
GOOD LUCK!!!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
