Your program will record scores from each game in the tournament and calculate which two teams
qualify for the finals.
In each game, the winning team receives 3 points and the losing team 0 points. If teams draw, they
each receive 1 point. Each teams cumulative goal differential (goals scored goals allowed) is also
recorded.
The two teams with the highest number of points qualify for the finals. If two teams have an equal
number of points, ties are resolved by seeing which team has the highest goal differential. (If two
teams have equal points and an equal goal differential, your program can choose either.)
Specific program requirements:
There are only four teams participating Fiji, Samoa, Tonga and Vanuatu.
You do not have to manage which teams play against each other in which game. For example,
you can allow 3 games of Fiji vs. Tonga to be entered.
You do have to check that no game involves a team playing itself (Fiji vs. Fiji).
qualify for the finals.
In each game, the winning team receives 3 points and the losing team 0 points. If teams draw, they
each receive 1 point. Each teams cumulative goal differential (goals scored goals allowed) is also
recorded.
The two teams with the highest number of points qualify for the finals. If two teams have an equal
number of points, ties are resolved by seeing which team has the highest goal differential. (If two
teams have equal points and an equal goal differential, your program can choose either.)
Specific program requirements:
There are only four teams participating Fiji, Samoa, Tonga and Vanuatu.
You do not have to manage which teams play against each other in which game. For example,
you can allow 3 games of Fiji vs. Tonga to be entered.
You do have to check that no game involves a team playing itself (Fiji vs. Fiji).