Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download: http://solutionzip.com/downloads/income-survey-vb-2010/
- Create a project to analyze an income survey. The statistics for each
- home include and
- identification code, the number of members in the household, and the
- yearly income. A menu
- will contain File, Reports, and Help. The File menu will contain
- Exit. The Reports menu will
- contain Data Report, Above Average Report, and Poverty % Report. The
- Help menu will
- contain About.
- The reports of the project will be sent to 3 different forms
- (a) Data Report: A three column report displaying 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 below Test Data.
- • You should have 6 households exceeding the average income.
- • With this Test Data the households that fall below the
- poverty level is 42.85%
- Make sure you follow the homework standards.
- Test Data
- ID Number |Number of Persons | Annual Income
- 2497 2 32500
- 3323 5 23000
- 4521 4 38210
- 6789 2 38000
- 5476 1 26000
- 4423 3 16400
- 6587 4 25000
- 3221 4 20500
- 5555 2 18000
- 0085 3 19700
- 3097 8 30000
- 4480 5 23400
- 0265 2 19700
- 8901 3 13000
- Poverty Guidelines
- 1 10210
- 2 13690
- 3 17170
- 4 20650
- 5 24130
- 6 27610
- 7 31090
- 8 34570
- for 3480
- add.
- Download: http://solutionzip.com/downloads/income-survey-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment