u ask user for the filename
and then u read the the file, display it into an array
assume file contain only numbers
with that u display data such as total,average,highest number,lowest ect..
my question is how would u determine the size of an array to work with?? given the filename
in my code i set array size to 10
but if the file is not extally 10 number then it wouldnt work peferctly
is there a way to solve this??