Application «Questionnaire the poll of the population»

Sold 2
Refunds 0
Good feedbacks 0
Bad feedbacks 0

Variant № 8. Assignment:
Create application "questionnaire for the survey population" contains two sets of questions.
The first group contains data about the respondent:
1. Age
2. floor
3. Education
The second group contains the actual question of the questionnaire, the answers to which can be either "Yes" or "No".
Create a program that:
1. provides the initial input of questionnaires and forms are linear list;
2. On the basis of analysis of the questionnaires gives the answers (and graphical interpretation) the following questions:
     a. how many men over age 40, with secondary education, answer "Yes" to the question of the questionnaire;
     b. how many women younger than 30, having secondary education, answered "No" to the question of the questionnaire;
     c. how many men younger than 25 years with primary education, answer "Yes" to the question of the questionnaire;
3. produces withdrawal of all questionnaires and responses to questions.


Coursework is designed in Borland Builder 6 C ++. The archive presents the software source code.