ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 23 May 2017 My Price 9.00

Write a function called readdata

Create and input and output file

(a) Write a function called readdata() which receives two parameters, an integer n and an

array of integers called vals, both of which are changed in the function. The function

reads a value into n and reads in n integers, storing the data values in the array vals. Print

the data values as they are read in.

(b) Write a function called countzeros() which receives two parameters, an integer n and

an array vals. The function counts how many of the first n elements of the vals array are

0. Print the number of 0 values (in either the main program or the function).

For example, if the array holds 66 0 -4 0 4 31 with n = 6, it has two 0 values.

(c) Write a function called append() which reads in several new values into the array,

putting them at the end. As a result, it must change both the array and the value of n. The

function receives the same two parameters as readdata(). Assume the array initially

holds 66 0 -4 0 4 31 with n = 6; after the function call, the array might hold 66 0 -4

0 4 31 22 0 49 with n = 9.

(d) Write a main program which calls these functions. First, the main program calls

readdata() to read a set of data into an array called numbers, which contains no more than

100 integers. The number of elements actually read is returned by the function and

stored in a variable called size. Then the main program calls the function countzeros() to

find how many of the size array elements are 0. Next the main program calls append() to

modify the numbers array and n. The append() function reads in new values until input

failure, adding the new values to the array and incrementing n. The new values in the

array are printed (in either the main program or the function). Finally, the main program

calls the function countzeros() again to determine how many elements in the new array

are 0.

Answers

(11)
Status NEW Posted 23 May 2017 01:05 AM My Price 9.00

-----------

Attachments

file 1495503821-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)