Due June 12th 10:30am. Submit a zip file but NO print out or self
evaluation for this homework.
Project: (based on Exercise 8.1 page 347 use the Test Data AND the Poverty Guidelines 2004)
Create a project to analyze an income survey. The statistics
for each home include and identification code, the number of members
in the household, the yearly income, and the state of residence. A menu will contain File,
Reports, and Help.
The File menu
will contain Add Income Info and Exit.
The Reports menu
will contain Data Report, Above Average Report, and Poverty
% Report. The Help menu will contain About.
As the data are entered, they should be assigned from the text boxes
to the elements of an array of a structure.
The reports of the project will be sent to 3 different forms
(a) Data Report: A three column report dispalying all the input
data will be the first form.
(b) Average Report: A listing of the identification
number and income for each household that exceeds the average income
will be the second form.
(c) Poverty % Report: The percentage of households having incomes
below the poverty level will be the third form
Requirements:
You must use a function and a sub for this homework.
You will use an array of a structure to collect the household data. (restrict
it to 14 entries, the number of households in the test data)
Don't allow more than 14 entries.
USE THE TEST DATA from Exercise 8.1 and
make sure you check the figures of households exceeding the average
income (seven entries) and that the households that fall below
the povery level is 21.43%
Grading:
This program will be graded exclusively on your code. I will not even
run the program, I will be looking only at your code. Comment well,l
and make your logic apparent.
Standards:
Here are the standards that
all homework will be graded on.
There is no example of this homework. You will have to determine
the functionality of the program from the written description.