I'm trying to read 12 values in from a file (starting with the number 12) and output the max, min and average number. As you can see I haven't even gotten to the average part because I'm having trouble with the max and min.
The problem I'm having is that my program can't seem to find my data file or something like that (It's in the same folder with my source.cpp file). The output I get is just a bunch of rows of "-858993460 12"