Hello, I was wondering if someone could write this code for me... Write a progra
ID: 3640610 • Letter: H
Question
Hello, I was wondering if someone could write this code for me...Write a program that reads in an array of type int. It provides facility to either read an array from the keyboard or from a file, at the user's choice. If the user chooses file input, the program should request a file name. You may assume that there are fewer than 100 entries in this array. Your program determines how many entries there are. In addition, the program should also find the maximum number in the array and calculates the average of the array. You should use functions.
It would be greatly appreciated!!