int HighScore[4]; task main () { int i; for(i=0; i<4; i++) HighScore[i] = 5; SelectProgram (0); }