Elie
2012-12-17 11:46:25 UTC
What my goal is: I want to create an Array that can hold up to 12 integers. Those 12 integers will be considered like "Teams" if you will. When the program starts, I want to be able to select 2 of the Teams in the Array and I want to be able to add a value to them. So if team 1 scored 5 points and team 2 scored 3 points the program will take the greater number and assign +2 for team 1's score and if there is a tie both teams will receive +1 for their scores(I just want to keep track of who has the most points).
I'm learning how to save variables to a text file and open them again but it just the Array that is a little confusing to me.
I've tried to work on this but I can't even think where to start.
Your help is appreciated!