I have to make the program sort values. My professor told me easiest way would be to put the values in a array first. I am to assume there will be no more the 50 values.
This is what I have so far. the string efile coming in is the file name (test).
I got the values into the array but when I display the values I end up with -9.25596e+061 for any value of the array not initialized. How would i go about doing this so that this doesnt happen.