Display a form allowing the user to enter the players names


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 players 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 of 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.

Solution Preview :

Prepared by a verified Expert
Data Structure & Algorithms: Display a form allowing the user to enter the players names
Reference No:- TGS01655006

Now Priced at $35 (50% Discount)

Recommended (94%)

Rated (4.6/5)