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
(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
Get step-by-step solutions from verified subject matter experts
