Question: 1. it is C++ programm project 2. I need the flowchart please. j 34 Number Analysis Program Concepts tested in this project Reading data from

1. it is C++ programm project 2. I need the flowchart please. j
34 Number Analysis Program Concepts tested in this project Reading data from a file into arrays Writing array data to files Passing arrays to functions Processing arrays using functions - - - - Project Description Write a program that asks the user for a file name. The program should read the c to an array and then display the lowest number, the highest number, the total and ave numbers in the array. Project Specifications Input for this project: Assume the file contains a series of 12 numbers, each written on The user must enter the name of the input file Output: If the input file does not open, an error message should appear on the console. should display the following data: The lowest number in the array The highest number in the array . The total of the numbers in the array The average of the numbers in the array Processing Requirements Use array in the main function for this project. Assume that the file contains numbers on lines and is constructed correctly Prompt for and get the input file name and try to open the file. If the file opens, read the n from the file, store them into the array. If the file does NOT open, print an error message console. If the file is not found, do NOT process the numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
