Question: Write a modularized program thats reads a file with unknown number of records Read a file with the following fields: first and last names, GPA

Write a modularized program thats reads a file with unknown number of records

Read a file with the following fields: first and last names, GPA , an Id number, and email All fields are separated by a tab (\t) No error checking required Create a menu which allows to print records unsorted sort by various fields (create one function to sort records by any field using array of pointers) quit the program NO goto, continue, break (except for switch) Clearly label the output Well document your code (comments) Include your test data Record sample:

Came Newt 3.9 887359665478 redems@google.com

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!