Need help with a windows GUI application I have to make in C#.
PROGRAM LANGUAGE: C#
PROGRAM LANGUAGE: C#
PROGRAM LANGUAGE: C#
PROGRAM LANGUAGE: C#
PROGRAM LANGUAGE: C#
Here are the instructions,
“Array of a 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.
The menus will include File, 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 Print Preview window. Each report should include a title, the programmer name, and the labels identifying the data.
Report 1: A report that displays the input data.
Report 2: A two-Coloumn report listing of the identification number, income for each household that exceeds the average income. The calculated average income should display at the top of the report.
Report 3: The percentage of households that have incomes below the poverty level.
Poverty Guidelines for 2008
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 |
”
Thank you ahead of time for providing me with some assistance.
Expert Answer
The Code is given Below with sample output screen
Sample Output :