Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7. Number Analysis Program Write a program that asks the user for a file name. Assume the file contains a series of numbers, each written

image text in transcribed

7. Number Analysis Program Write a program that asks the user for a file name. Assume the file contains a series of numbers, each written on a separate line. The program should read the contents of the file into an array and then display the following data: . The lowest number in the array . The highest number in the array . The total of the numbers in the array e The average of the numbers in the array Use the following modifications: a) b) c) The maximum amount of numbers in the file is 100. (This means the amount of numbers in the file will not exceed 100, but the actual amount of numbers will probably be less than 100 numbers.) The program must be written using functions, no global variables are allowed, but global constants are allowed Your program should find the minimum, maximum, standard deviation (research the formula), and the mean C++ language

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

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions