Answered You can hire a professional tutor to get the answer.

QUESTION

Microsoft visual basic Can you just help me constract the graphical user interface (GUI) with the appropriate variables to use?

Microsoft visual basic

Can you just help me constract the graphical user interface (GUI) with the appropriate variables to use?

Problem Specification

The World Olympic Committee (WOC) together with the Pacific Island Football Association (PIFA) has decided to embark on a project to automate their score board keeping for soccer tournament results. This program would be tested and used in the current Olympic Soccer tournament and then later could be used in the major soccer tournaments around the pacific island countries. The WOC has hired you and has provided you with the following information about the current Olympic soccer tournament rules and how results are maintained manually at the moment.

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 team’s 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).

The interface should have:

 Places to enter the names of the teams and their score against each other. (Your interface should only have space for entering results from one game at a time.) You can design this in either of the two ways described below.

 A button to enter/submit the scores (results) of the game. When this button is pressed, your program should clear the places where information about that game was entered. If the information for a game is incomplete or incorrect (~like a team playing itself), your program should warn the user in a message box and not save the scores.

 A button to display the two finalists. Remember this button could be pressed any time to display the two finalists. (Logically after results of at least one game is entered).

 A place /or places to display the two finalists.

 A button to exit your program.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question