Hi there. I'm not 100% sure that the array is my problem but thats what i think it is. When i loop back to the top of my main code it seems the values from the previous loop are still being counted. Is there any way to solve this?
Thanks for the hint mate :) I think i have it now but this is a total guess for me. It seems to work
anyway but would this be the correct way to clear the memory that the values were stored in?
No idea why i didn't have to assign a value of 0 to min but it didn't seem to work when i did.
1 2 3 4 5 6 7 8
while (choice == 'y')
{
system ("cls");
max = 0;
total = 0;
cout << endl << "How many judges are judging the event?: ";
cin >> x;