Instructions: 1) Create a well-designed modular program based on design techniques taught. 2) Use good naming convention

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Instructions: 1) Create a well-designed modular program based on design techniques taught. 2) Use good naming convention

Post by answerhappygod »

Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 1
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 1 (29.29 KiB) Viewed 48 times
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 2
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 2 (40.28 KiB) Viewed 48 times
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 3
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 3 (40.26 KiB) Viewed 48 times
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 4
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 4 (40.26 KiB) Viewed 48 times
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 5
Instructions 1 Create A Well Designed Modular Program Based On Design Techniques Taught 2 Use Good Naming Convention 5 (29.29 KiB) Viewed 48 times
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) All survey information must be saved to an parallel arrays. You should have 4 parallel arrays (County, State, Income, Household #) 4) Data can be continually collected throughout the day. Size/Resize your arrays accordingly. Average Household Income (Output as formatting example only) Ohio: Hamilton: Butler: Kentucky: Boone: Kenton: so $30,000 Hamilton: Butler: Kentucky: Boone: Kenton: $40,000 $20,000 Hamilton: Butler: Kentucky: Boone: Kenton: $30,000 Number of Households Surveyed (Output as formatting example only) Ohio: $30,000 Percent HouseHolds in Poverty (Output as formatting example only) Ohio: 20% 5% 10% 30% 30% 30%
Problem Statement 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). Data Collected: -County and State (1 input only-combo box) they reside in - required • Hamilton, Ohio Butler, Ohio . Boone, Kentucky . Kenton, Kentucky The household yearly income-required, must be numeric, must be greater than 0. • Number in Household - 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 application 3. Total Households Surveyed: This event will process the arrays and display the total households surveyed by county in a ListBox (see below for example). 4. Average Household Income: This event will process the arrays and display the average household income by county in a ListBox (see below for example). s. Percent Households in Poverty. This event will process the arrays and display the Percent Households in Poverty by county in a ListBox (see below for example). Poverty is based on the following: -2 or 3 in Household with Income < $10,000 -4 or 5 in Household with Income < $25,000 .>5 in Household with Income <$35,000
Problem Statement 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). Data Collected: County and State (1 input only-combo box) they reside in - required Hamilton, Ohio Butler, Ohio . Boone, Kentucky . Kenton, Kentucky The household yearly income-required, must be numeric, must be greater than 0. • Number in Household - 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 application 3. Total Households Surveyed: This event will process the arrays and display the total households surveyed by county in a ListBox (see below for example). 4. Average Household Income: This event will process the arrays and display the average household income by county in a ListBox (see below for example). s. Percent Households in Poverty. This event will process the arrays and display the Percent Households in Poverty by county in a ListBox (see below for example). Poverty is based on the following: -2 or 3 in Household with Income < $10,000 -4 or 5 in Household with Income < $25,000 .>5 in Household with Income <$35,000
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) All survey information must be saved to an parallel arrays. You should have 4 parallel arrays (County, State, Income, Household #) 4) Data can be continually collected throughout the day. Size/Resize your arrays accordingly. Average Household Income (Output as formatting example only) Ohio: Hamilton: Butler: Kentucky: Boone: Kenton: so $30,000 Hamilton: Butler: Kentucky: Boone: Kenton: $40,000 $20,000 Hamilton: Butler: Kentucky: Boone: Kenton: $30,000 Number of Households Surveyed (Output as formatting example only) Ohio: $30,000 Percent HouseHolds in Poverty (Output as formatting example only) Ohio: 20% 5% 10% 30% 30% 30%
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply