Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 12th Asian Conference ACIIDS 2020 Phuket Thailand March 23 26 2020 Proceedings

Authors: Pawel Sitek ,Marcin Pietranik ,Marek Krotkiewicz ,Chutimet Srinilta

1st Edition

9811533792, 978-9811533792

More Books

Students also viewed these Databases questions

Question

1. What is the meaning and definition of banks ?

Answered: 1 week ago

Question

2. What is the meaning and definition of Banking?

Answered: 1 week ago

Question

3.What are the Importance / Role of Bank in Business?

Answered: 1 week ago