Hi, my mind is mush, just wondered if someone had a quick way to find the player with the highest score
I have eight players, and at the end of the game the winner is the player with the highest score, i.e.
Player 1 = 122
Player 2 = 78
Player 3 = 142
Player 4 = 67
Player 5 = 43
Player 6 = 156
Player 7 = 77
Player 8 =11
SO how do I specify that in this case Player 6 is the winner, I realise I could have multi what if statements but seems a long way round, any help greatly appreciated
I have eight players, and at the end of the game the winner is the player with the highest score, i.e.
Player 1 = 122
Player 2 = 78
Player 3 = 142
Player 4 = 67
Player 5 = 43
Player 6 = 156
Player 7 = 77
Player 8 =11
SO how do I specify that in this case Player 6 is the winner, I realise I could have multi what if statements but seems a long way round, any help greatly appreciated