Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Visual Basic Suppose a soccer team needs an application to record the number of points scored by its players during a game. Create an application

Visual Basic

Suppose a soccer team needs an application to record the number of points scored by its players during a game. Create an application that asks how many players the team has and then asks for the names of each player. The program should declare an array of strings large enough to hold the player names and declare an array of integers large enough to hold the number of points scored by each player. The application should have a menu system or buttons that perform the following:

  • Display a form allowing the user to enter the players names.

  • Display a form that can be used during a game to record the points scored by each player.

  • Display the total points scored by each player and by the team.

Input validation: Do not accept negative numbers as points.

You could have 4 forms. Game Points form, Main form, Player form, and Player Points form. Attached are some screen shots to get you started if this is the type of design you would like to use. If not, feel free to be creative, but also make sure you meet the requirements provided

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

c) Discuss about expectation theory of interest rate determination

Answered: 1 week ago