Question: 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
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 ('t) No error checking of the data required .Create a menu which allows to 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: 2 Mary Jones 3.9 887196478 may.jones@pierce.edu Ne
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
