Question: A c++ program that prompts the user to enter a name or ID number then the program uses the input to scan and search for

A c++ program that prompts the user to enter a name or ID number then the program uses the input to scan and search for a Students ID # or name from a pre-created file that contains the students information(the name, student ID number, grade level, residence address, city, state, zip-code, and home phone number) in a horizontal column format using at least one function and a loop. Once the program finds the information on the student, all the information pertaining to said student( in the same row, separated by commas) should be displayed to the screen.

Please do not use the header file

(Assuming the file has structure in format: last name, first name, student ID number, grade level, residence address, city, state, zip-code, phone number)

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!