Question: please do this program in fraction Due Feb 25 by 11:10am Points 100 Write a modularized, menu-driven program to read a file with unknown number
Due Feb 25 by 11:10am Points 100 Write a modularized, menu-driven program to read a file with unknown number of records. . Create a class Records to store the following data: first and last name, GPA, an ld number, and an email Input file has unknown number of records, but no more than 100; one record per line in the following order: first and last names, GPA, an ld number, and email All fields in the input file are separated by a tab ('It) No error checking of the data required Create a menu which allows to o print records unsorted o search for a record by ID o quit the program o we will be adding sort options in part II . A user should be able to run many as many times as user wants . NO goto, continue, break (except for switch) . Clearly label the output . Well document your code (comments) . Include your test data Record sample
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
