my project is to create an admissions system with a menu that is:
1. Add an applicant.
2. View all applicants.
3. Count all applicants.
4. Count number of applicants who are underage (age less than 4).
5. List accepted applicants.
6. Remove applicant.
7. Exit.
my question in for the first one:
we have to use arrays.
If the user chooses 1, the program should perform the following tasks:
a. Allow the user to enter first name, last name, and age.
b. Ask for the result of the interview.
c. Add the information (first name, last name, age, interview result, to the txt file that manages the admission applications.