This program demonstrates how to use variables as containers to hold specific values. Your task: 1. Create a "global" variable that holds the point values scored by each player on the team. 2. Read the comments inside carefully to see how many points each player contributes to the Team Score variable. 3. Add code that 'resets' the value of the Team Score variable to 0 when the green flag is clicked and a new game starts.
Challenge Option: Add a "local" variable for each player to hold the value of their individually scored points.