akosiraff

Download Soccer Team Score VB

Jul 27th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/soccer-team-score-vb/
  3. 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:
  4. 1-Display a form allowing the user to enter the players’ names
  5. 2-Display a form that can be used during a game to record the points scored by each player
  6. 3- Display the total points scored by each player and by the team
  7. Input Validation: do not accept negative numbers as points
  8. Download: http://solutionzip.com/downloads/soccer-team-score-vb/
Add Comment
Please, Sign In to add comment