The pointer loop that I made does not stay inside the loop when looking for the lowest number. The loop still points to the correct highest number though. The number I get for the lowest is usually something like 1.07374e+08.
The assignment calls for me to use pointers to find the highest and lowest values in the array.OH, I understand what you said about the array size and used that to fix the program. A million thanks.