Basketball Team Points per Team and Player C++ Programming Assignment Instructions: 1) This assignment should be done in teams of two members. 2) When yo

Basketball Team Points per Team and Player C++ Programming Assignment Instructions:

1) This assignment should be done in teams of two members.

Don't use plagiarized sources. Get Your Custom Essay on
Basketball Team Points per Team and Player C++ Programming Assignment Instructions: 1) This assignment should be done in teams of two members. 2) When yo
Get an essay WRITTEN FOR YOU, Plagiarism free, and by an EXPERT! Just from $10/Page
Order Essay

2) When you finish with the code, submit the a zip file in Canvas.

3) The zipped file you send must have the following format. “Last name1_LastName 2_ CS2_Project”. Example: John Adams and Michael Lee, then the file you submit must be named “adams_lee_Cs2_project. zip”. No need to submit both members but the submission need to clearly specify who is working on the assignment.

4) The zip file should contain:

Project .cbp file (The project created)
class.h file , clas.cpp file and main.cpp
Just zip the project folder and upload it.

5) Ask the instructor for any doubt when doing the assignment.

A basketball team develop a program that hold the statistics (points per team and player). The team has 7 players.

Each player provides the following information:

Name
Position
Points in each game (10 games played)

Write a program that reports the following information to the output file “Basketball_report.txt”

Player 1 Name Position total points avg per game

Player 2 Name Position total points avg per game

…….

Team Total points: xxxx Avg per game : xxx.xx

Requirements of the program:

1) Create a class called Player: Write the proper attributes

Name (string), Description (string), points[] for every game (array of int) and the correct functions (Accessors and mutators that access and update the info of the variables. Create the right specification file and implementation file. (.h and .cpp files)

2) Create a player (player1) and initialize its members to the following values: name=””, description=”” and points [0,0,0,0,0,0,0,0,0,0] through a constructor. (Create a private function called by the constructor to build the array)

3) Create 5 more players using a copy constructor. (Keep those players in an array.

4) The program asks to enter every player’s info to the user and keep that info in the instance variables of every player (Use the mutators).

5) Create an extra object of the class player (player_extra) and assign player1 to player_extra . (Overload the =operator) Then change Player_extra points (use the mutator to update the array contents)

6) Use the iomanipulators to display the total points of the team ,average points per game, total points per player, and avg per player results in the output file.

Use fixed, setw(), setprecision(2), and showpoint.

2 Extra point(voluntary) : Update the program to read the input data from a file called “data.txt” this should contain all the info for every player but the “player_extra” in every line.

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.