Compute and print the sum and average of a collection of floating-point data items numItems, numItems, numItems sum average sum, sum numItems average Read the Compute the sum Compute the average Print the sum and the number of data items average computeSum computeAve printSumAve You have been asked to accumulate a sum and to average a list of data values using functions. Because these tasks surface in many problems, design a general set of functions you can reuse in other programs. • The problem is described and analyzed in the lecture slides. You will prompt a user to enter some numbers that you will accumulate, find their sum and average. You will rely on the functions in the accompanying figure to accomplish this. You will display the sum and average of these numbers before you exit the program. • Upload a file with the source code of your program after you have tested it. Show me a working program during the lab or during my office hours.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 16SA
icon
Related questions
Question
Compute and print the sum
and average of a collection
of floating-point data items
numItems,
numItems,
numItems
sum
average
sum,
sum
numItems
average
Read the
number of
data items
Compute
the sum
Compute
the average
Print the sum
and the
average
computeSum
computeAve
printSumAve
You have been asked to accumulate a sum and to average a list of data values using functions.
Because these tasks surface in many problems, design a general set of functions you can reuse in
other programs.
• The problem is described and analyzed in the lecture slides. You will prompt a user to enter some
numbers that you will accumulate, find their sum and average. You will rely on the functions in the
accompanying figure to accomplish this. You will display the sum and average of these numbers
before you exit the program.
Upload a file with the source code of your program after you have tested it. Show me a working
program during the lab or during my office hours.
Transcribed Image Text:Compute and print the sum and average of a collection of floating-point data items numItems, numItems, numItems sum average sum, sum numItems average Read the number of data items Compute the sum Compute the average Print the sum and the average computeSum computeAve printSumAve You have been asked to accumulate a sum and to average a list of data values using functions. Because these tasks surface in many problems, design a general set of functions you can reuse in other programs. • The problem is described and analyzed in the lecture slides. You will prompt a user to enter some numbers that you will accumulate, find their sum and average. You will rely on the functions in the accompanying figure to accomplish this. You will display the sum and average of these numbers before you exit the program. Upload a file with the source code of your program after you have tested it. Show me a working program during the lab or during my office hours.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning