Search Answer Key

Saturday, January 28, 2012

COMPLETE PROGRAM Create a project to analyze an income survey. The statistics for each home include an identification code.

Programming Exercises

Array and Structure. Create a project to analyze an income survey. The statistics for each home include an identification code. the number of members in the household and the yearly income.
A menu will contain File the Reports and Help. The File menu will contain Enter Data and Exit. As the data are entered they should be assigned from the text boxes to the elements of` a structure.
The reports for the project will be sent to the printer and include the following:

(a) A report that displays the input data.
(b) A Listing of the identification number and income for each household that exceeds the average income. 
(c) The percentage of households having incomes below the poverty level. 

Poverty Guidelines
Family Size | Income
1 | 10210
2 | 13690
3 | 17170
4 | 20650
5 | 24130
6 | 27610
7 | 31090
8 | 34570

For each additional person add 3480


Test Data
ID Number |Number of Persons | Annual Income
2497, 2, 32500 
3323, 5, 23000 
4521, 4, 38210
6789, 2, 38000
5476, 1, 26000
6587, 4, 25000
3221, 4, 20500
5555, 2, 18000
0085, 3, 19700
4480, 5, 23400
0265, 2, 19700
8901, 3, 13000
Click Here For COMPLETE PROGRAM 

No comments:

Post a Comment