the following block of code in a video game is intended to keep track of the name of the high scorer. in the code, number is the score of the current player at the end of the game, highscore is the previous high score, scoreboard is the list that contains the names of previous players in order of their score (with the entry at index 1 containing the name of the current high scorer).