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

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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