my project is have to make a program for 5 judges. at the start the first thing asked is how many competitors are there.
then it asks the first judge what hes gives for the first competitior, then what the second judge gives him and so on.
then it goes on to the next competitior until they are all done.
the scores from the judges can only be from 0.0 to 6.0, and they are a float.
also the program cannot end unless it is told so, so end program Y/N and if n it will ask that again. if N then it will close.
The five scores for each judge must be averaged after their five results. so i remove the highest and lowest and then muliply the other three by 3.
my main problem is that i can do the program for 1 competitor, but if i repeat that for as many competitors for the amount that the user puts in how would i make it that they make sperate varibales and not get mixed up?