Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The data obtained during a survey of a number of households in Kamloops is stored in 3 one dimensional arrays, names, incomes and members created

image text in transcribed
The data obtained during a survey of a number of households in Kamloops is stored in 3 one dimensional arrays, names, incomes and members created in main(). A constant SIZE has also been created containing the number of households surveyed. All of this has already been created; you do NOT need to write code for this. For the output shown below, identify 3 functions that should be used when writing the C program. Keep in mind that functions should be assigned to perform the more significant tasks involved in the program Do NOT write the code for the functions, just identify which functions should be called and describe what they will do. Marks will not be given for identifying functions that perform minor tasks. NOTE: writing an ENTIRE line of output is NOT one of the functions. You may identify 4 functions in your answer, if you wish. There are only 3 functions that are correct, and as long as you identify those 3 you will get full marks. Household Income Members Comment Adams 95637 Brock 15234 Smith 55313 4 3 2 etc for the rest of the households The average household income was $47819.55. 10.69% of the households were below the poverty level. Legend for the Comment column: more than $20,000 above the average income ** -above the average income *** - below the poverty level more than $5,000 below the poverty level

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions

Question

2. What additional techniques might be used to assess talent?

Answered: 1 week ago