For my assignment, we are given a 6x4 array in a text file. How can i bring up all of these values and find the average. When i try to do it, every time i rerun, the average number keeps increasing, and the value for the first time isnt even correct. Also, i need to be able to allow the user to change any of the values in the array. So i need to be able to ask which index location they want to change and then ask for new value. All of this has to be using functions too. How would you ask for location to change in the array, and pass those values to the function? Thanks for your help.