Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started