Question: p lease answer c++ language create a program using the following pseudocode: the basketball team has hired you to create a program where you can

please answer c++ language

  • create a program using the following pseudocode:
  • the basketball team has hired you to create a program where you can enter a player's information for each game
  • create a structure called Team with the following members:
    • number
    • name
    • points
    • rebounds
    • assists
  • declare a variable named player, which is a Team structure
  • display a banner with the title: *******Basketball Data Entry*********
  • ask the user to input each member of the structure, one at a time
  • use input validation for each item input; for example, if no number is entered for player's number, loop until they do
  • after all structure members are input, display a banner: ***Data Confirmation***
  • display all of the player's data with a label first:
    • for example: Player's number: 33
    • Player's name: Larry Bird
    • etc.
  • ask the user if they wish to enter another player's data. If answer is 'y', then loop to the beginning.
  • if answer is 'n', wish them a good day and end program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!