Keep track of the players in a 3 by 3 basketball game

Assignment Help Computer Engineering
Reference no: EM132210378

Question :

Write a program that keeps track of the players in a 3x3 basketball game. Your program should have the following classes:

A Player class. A Player has

instance variables for name, conference (e.g. "ACC", "Big Ten", "Big 12", etc.) and height. (Keep height in inches; use an int.)

overloaded constructors

A constructor that takes name, conference and height parameters

A no-argument constructor which sets name="TBD", conference="TBD", and height=0.

getters and setters for name, conference and height

a String toString() method that returns a player's data as a String object

A Team class. A Team has

an instance variable that is an array of the team's players (i.e., Player[] myTeam)

an instance variable that indicates the "next open" position of the team array. You may assume that no more than 3 players will be added to a team, but a team might have less than 3 players.

a no-argument constructor that initializes the player array

a method void add(Player player) that adds a player to the team

a method Player[] getCurrentTeamMembers() that returns a player array of all the players currently on the team (note that the team may not have a full roster when this method is called. You should return an array with no "empty" slots.)

a method double averageHeight() that returns the average height (in inches) of all the players currently on the team. Your code should handle a team with no members.

a String toString() method that returns the number of players currently on the team, average height in feet and inches and their names, conferences and heights

A Game class. A Game class has

a private static Scanner class variable for reading user input from the keyboard

a method private static Team fillRoster() that uses the Scanner to query the user for all of the players on a Team.

a main method. The main method

has two Team variables, home and visitor

prompts the user to enter data for the home team, and then calls fillRoster to create the Team object

prompts the user to enter data for the visiting team, and then calls fillRoster to create the Team object

prints a message identifying the team (home or visitor) that has the taller average height

prints the taller team's roster

prints the shorter team's roster

A sample execution of the program is attached. Use that data to test your submission.

Enter the home team Enter team member 1: Name: Aaron Conference: ACC Height: 73 Enter team member 2: Name: Abe Conference: ACC Height: 78 Enter team member 3: Name: Andrew Conference: MAC Height: 80 Enter the visiting team Enter team member 1: Name: Bob Conference: MW Height: 70 Enter team member 2: Name: Ben Conference: Pac-12 Height: 81 Enter team member 3: Name: Bill Conference: SEC Height: 78 The home team is taller Taller team: Team numPlayers=3, Average Height 6'5", members=[Player{name=Aaron (ACC), height=73}, Player{name=Abe (ACC), height=78}, Player{name=Andrew (MAC), height=80] Shorter team: Team numPlayers=3, Average Height 6'4" members=[Player{name=Bob (MW), height=70}, Player{name=Ben (Pac-12), height=81}, Player{name=Bill (SEC), height=78]

Reference no: EM132210378

Questions Cloud

What is meant by coaching and mentoring : What is meant by coaching and mentoring? Explain a situation when you were coached or mentored and a siutation when you were the coach or mentor.
Calculate employees weekly pay : A C++ function named getName()prompts the user for two string values; first name and last name and return a combination of the two as one value.
Trade regulation ruling is ruling made by the food : A trade regulation ruling is a ruling made by the Food and Drug Administration concerning a marketing practice and applies to all of the firms within industry
Find the weight of the displaced water : The amount of water displaced by an object, when completely immersed in it, is 100 ml. Find the weight of the displaced water.
Keep track of the players in a 3 by 3 basketball game : Write a program that keeps track of the players in a 3x3 basketball game.
Describe healthcare executive responsibilities to patient : In your own word describe the Healthcare Executive responsibilities to the patient, community, employees, profession.
Find the buoyant force experienced by the ball : A ball is dropped such that it displaces `a ml of water. Find the buoyant force experienced by the ball. (Given that the density of water is 1 g|ml and take.
What are ultimate implications for demand forecasting : What are the ultimate implications for demand forecasting and capacity planning in relation to the above scenario/discussion?
Five of the characteristics of effective correspondence : The Balanced Scorecard functions as a widely used method to. What are five of the characteristics of effective correspondence?

Reviews

Write a Review

Computer Engineering Questions & Answers

  By using the 6 steps of problem solving write down a

one of your smaller customers needs your help writing a program. your customer has an e-commerce web site but wants to

  Explain the future of internet governance

What are the challenges with internet posed and how to control them? Have these steps been affecting in controlling the threat situation?

  Which one would you install and why

Suppose you are building a computer system from scratch and have complete discretion as to your choice of operating system. Which one would you install and why?

  Which products should be prioritised for increase in sales

What is the most likely geographic region to target new customers to increase sales and profit? Which products should be prioritised for increase in sales?

  Draw a context-level data flow diagram

Explode the given context-level diagram by drawing the logical data flow diagram level 0 showing all the major processes.

  What are user processes

What are user processes? What are system processes?

  Explain how functionality and data will be restored

Explain how functionality and data will be restored and what staff should be involved in the post disaster recovery.

  Compute a table representing the kmp failure function

Compute a table representing the KMP failure function for the pattern string cgtacgttcgt ac.

  Guassian function and digital transmission technique

Prove the following properties of Gaussian function:Explain four benefit and one de-merits of utilizing the digital (rather than the analog) techniques for transmission of the voice-telephone signals.

  How many are decision-support systems

How many are decision-support systems? How many are strategic planning systems? Are there any other useful categories of systems?

  What is parallel computing

Describe what is essential; cite sources, where you found your information; qualify the type of problem that lends itself to parallel computing;

  What will be formula of digital certificate of the server

Point out what will be the formula of digital certificate of the server N. we denote the public and private keys of server N as K+ ,N KN, and public or private keys of CA are denoted as K+ CA KCA.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd