does anyone know how i can input numbers from a row to find max and minumum in which i will also need to do row. i used that as a loop, it seems to do every problem and just keeps that first number chosen
1 2 3 4 5
for (int counter = 1; counter >=7; counter ++)
if (number < low)
{low = number;}
if (number>high)
{high = number;}
everything is runnning great im inputting the correct location. and my other program worked it transfered well but idk cant seem to find wat input i used wrong. isnt #include a code tag? and idk i just started using the website. im putting the correct location on orig.txt file i keep deleting it and making a new one hoping it will work but nothing.
ok i got it to run thanks again and its inputting the information to the other had to make changes. and sorry for now doing that box thing i understand what u mean now.