Question: Visual Basics Problem: Soccer Team Score Application Suppose a soccer team needs an application to record the number of points scored by its players during
Visual Basics Problem:
Soccer Team Score Application 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 name 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 the 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 the team. Input Validation: Do not accept negative numbers as points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
