Write the program FindPatientRecords that prompts the user foran ID number, reads records from Patients.txt, anddisplays data for the specified record. If the record does notexist, display the following error message:
No records found for p#
Patients.txt -123,John,41
456,Michael,67.45
343,Claire,90
C#
Expert Answer
Answer to Write the program FindPatientRecords that prompts the user for an ID number, reads records from Patients.txt, and displ…