akosiraff

Income Survey VB 2010

Mar 15th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/income-survey-vb-2010/
  3. Create a project to analyze an income survey. The statistics for each
  4. home include and
  5. identification code, the number of members in the household, and the
  6. yearly income. A menu
  7. will contain File, Reports, and Help. The File menu will contain
  8. Exit. The Reports menu will
  9. contain Data Report, Above Average Report, and Poverty % Report. The
  10. Help menu will
  11. contain About.
  12. The reports of the project will be sent to 3 different forms
  13. (a) Data Report: A three column report displaying all the input data
  14. will be the first form.
  15. (b) Average Report: A listing of the identification number and income
  16. for each household that
  17. exceeds the average income will be the second form.
  18. (c) Poverty % Report: The percentage of households having incomes
  19. below the poverty level
  20. will be the third form
  21. Requirements:
  22. You must use a function and a sub for this homework.
  23. You will use an array of a structure to collect the household data.
  24. (restrict it to 14 entries, the
  25. number of households in the test data)
  26. Don’t allow more than 14 entries.
  27. • Use the below Test Data.
  28. • You should have 6 households exceeding the average income.
  29. • With this Test Data the households that fall below the
  30. poverty level is 42.85%
  31. Make sure you follow the homework standards.
  32. Test Data
  33. ID Number |Number of Persons | Annual Income
  34. 2497 2 32500
  35. 3323 5 23000
  36. 4521 4 38210
  37. 6789 2 38000
  38. 5476 1 26000
  39. 4423 3 16400
  40. 6587 4 25000
  41. 3221 4 20500
  42. 5555 2 18000
  43. 0085 3 19700
  44. 3097 8 30000
  45. 4480 5 23400
  46. 0265 2 19700
  47. 8901 3 13000
  48. Poverty Guidelines
  49. 1 10210
  50. 2 13690
  51. 3 17170
  52. 4 20650
  53. 5 24130
  54. 6 27610
  55. 7 31090
  56. 8 34570
  57. for 3480
  58. add.
  59.  
  60. Download: http://solutionzip.com/downloads/income-survey-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment