Sorting the students based on the graduation date - sorting


Part-­A

Problem description:

In this assignment, we will revisit Assignment #1. Therefore this assignment is an extension of Assignment #1. Add the following menu items and implement functions that take care of their respective selection:

1. Sorting the students based on the graduation date

2. Sorting the students based on GPA

You must use member function(s) of the corresponding struct to perform the comparison. You must use constructor(s) to initialize all data variables with default values at the beginning of the program.

Part-­B:

Your task for this portion of the assignment is to choose one of these member functions which you used in part-A of this assignment to perform the comparison and make it a non-member of the struct. You will need to make the appropriate changes accordingly. Your program should also compile and run. The user of the program should not notice any difference when running the program with any of your implementations for Part-A and Part-B of this assignment.

Attachment:- programming.rar

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Sorting the students based on the graduation date - sorting
Reference No:- TGS01353647

Expected delivery within 24 Hours