Question: QUESTION 6 Write the program code that asks user to enter the name, gender and age for a list of students. The data entry process
QUESTION 6 Write the program code that asks user to enter the name, gender and age for a list of students. The data entry process will stop if the user enters 'N' when prompted whether to continue with the data entry process or not. The program will calculate and display the total number of students from the list, and the total number of female students. Appropriate message will be displayed it there are no female students in the list. Use the following declarations for name and gender in your program: string name; char gender 17);//value either Female or Male program= C++ program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
