step 1: write a program That allow the user to enter one or many patients records then save them to the patients.txt file.
This can be done by implementing the following tasks:
Ask the user to enter the new patient’s details (ID number, full name, last name).
The data entered by the user should be stored into arrays.
After completing data entry for a patient, the system should ask the user if he wants to enter another patient.
If yes step 1 should be repeated.
Otherwise the new patient data stored in the arrays should be appended to the patients.txt file
Comments
Leave a comment