subject

You are to create a project for a census bureau to obtain and analyze household income survey data within the Cincinnati area (including Northern Ky).Must Include:a. modular program using User Defined Functions and Proceduresb. Arrays and Parallel Arraysc. String Manipulation techniquesData Collected:Home identification code (4 alphanumeric characters) – requiredProgram should generate it using a random number generator (there is a function for this. Date of the survey – required (use datetime picker control), must be a valid dateCounty and State (1 input only) they reside in - requiredHamilton, OhButler, OhClermont, OhWarren, OhCampbell, KyBoone, KyKenton, KyNumber in Household – required, must be numeric, must be greater than 0The household yearly income – required, must be numeric, must be greater than 0.Events: There should be 5 buttons on the screen:1.Submit: This event will validate all data and save the data to the necessary arrays for processing.2.Exit: This event will exit the application3.Total Households Surveyed: This event will process the arrays and display the total households surveyed by state and then by county in a Message box (see below for example).4.Average Household Income: This event will process the arrays and display the average household income by state and then by county in a Message box (see below for example).5.Percentage Below Poverty: This event will process the arrays and display the Percentage Below Poverty for each state and their counties in a Message Box. Poverty is based on the table below. Instructions:1)Create a well designed modular program based on design techniques taught.2)Use good naming conventions on all objects, variables, procedures, functions, etc.3)Make sure all functions and procedures are called "down".4)Option Strict and Option Explicit must be on5)All survey data from the GUI must be saved to parallel arrays (a total of 5) upon submission of each census. No calculations should be done until the following buttons are clicks.6)When the user clicks the button "Total Households Surveyed", do the necessary array processing and display in a Message box the Total Households Surveyed by State and by county for all that were surveyed (see below for example).7)When the user clicks the button "Average Household Income", do the necessary array processing and display in a Message box the Average Household Income by State and by county for all that were surveyed (see below for example).8)When the user clicks the button "Percentage Below Poverty", do the necessary array processing and display in a Message box the Percentage Below Poverty by State and by county for all that were surveyed (see below for example).Average Household IncomeOhio: $30,000 Hamilton: $40,000 Butler: $20,000 Clermont: $30,000 Warren: $30,000Kentucky: $35,000 Boone: $40,000 Campbell: $30,000 Kenton: $35,000Basis of Poverty:Household of 1 and less than $12,000Household of 2 and less than $18,000Household of 3 and less than $25,000Household of 4 and less than $30,000Household of 5 or more and less than $40,000

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:40
Write c function that can replace all the positive elements to 0 and negative to 1 in undefined length one-dimensional array. test your program in the main program by defining one-dimensional array of 6 elements
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
Dr. wisteria is a prominent chiropractor in the chicago area. she wants to provide a forum for her patients to discuss their health concerns and to seek and offer advice to other patients. which telecommunications tool is most appropriate for dr. wisteria's needs?
Answers: 3
question
Computers and Technology, 23.06.2019 00:20
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
Answers: 3
question
Computers and Technology, 23.06.2019 03:10
Fill in the following program so that it will correctly calculate the price of the orange juice the user is buying based on the buy one get one sale.#include //main functionint main() { int cartons; float price, total; //prompt user for input information printf("what is the cost of one container of oj in dollars? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & price); printf("how many containers are you buying? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & cartons); if ( [ select ] ["cartons / 2", "cartons % 1", "cartons % 2", "cartons % price", "cartons / price", "cartons / total"] [ select ] ["=", "==", "! =", "< =", "> =", "< "] 0) total = [ select ] ["price * cartons", "cartons * price / 2 + price", "(cartons / 2) * price", "cartons / (2.0 * price)", "(cartons / 2.0) * price + price", "((cartons / 2) * price) + price"] ; else total = ((cartons / 2) * price) + price; printf("the total cost is $%.2f.\n", total); return 0; }
Answers: 2
You know the right answer?
You are to create a project for a census bureau to obtain and analyze household income survey data w...
Questions
question
Spanish, 02.12.2019 22:31
question
Mathematics, 02.12.2019 22:31
Questions on the website: 13722367