Problem
Write C++ program that read records from a file. The program accept numbers from the keybord and search the list for a record that contains that number. If founded, the line that contains the number entered should be displayed. if the record is not founded, the program should loop back and accept another number.