Question
A c++ program that prompts the user to enter a name then the program uses the input to scan and search for the name from
A c++ program that prompts the user to enter a name then the program uses the input to scan and search for the 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) i.e. ACHON,JORGE 91359677 10 8235W41STREET SALTLAKE CL 44523 7842553830
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started