I have an array defined as arrayS[10]; and am using a loop to feed in 10 temperature values;
and now I am stuck. How can I compare those values to see which i position in the array has the highest temperature value? I don't care what the temperature is, just which reading is the highest.