Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer this program exercise in C++. Must be in one int main function. Program #2 This problem is a modification of Problem 24 on

Please answer this program exercise in C++. Must be in one int main function. image text in transcribed

image text in transcribed

image text in transcribed

Program #2 This problem is a modification of Problem 24 on page 298 of the Gaddis text (p. 299 in 7E) with two small additions. (A scan of this problem can be found on the last page of the assignment.) In this assignment, your program will read in a list of random numbers from an input file, random .txt (found on eLearning in the "Homework Input Files" folder), and calculate the following statistics on those numbers A. The number of numbers in the file. B. The sum of the numbers in the file. C. The average of the numbers in the file D. The largest number in the file E. The smallest number in the file. F. The second largest number in the file. G. The second smallest number in the file. Your program should then print out a report, similar to the following (note that these are demonstration numbers only, they are not accurate for the homework data file): Number of numbers: 235 5346 Sum of numbers 22.8 Average of numbers: Largest number: 515 Smallest number: Second largest number 512 Second smallest number: 7

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 2 Lnai 9285

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Joao Gama ,Alipio Jorge ,Carlos Soares

1st Edition

3319235249, 978-3319235240

More Books

Students also viewed these Databases questions