Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need that in Java CSCI 24000- Fall 2017 Assignment #3-Class-v Players Due: 10/9/2017 This third assignment will allow you to explore (by comparing and

I need that in Java image text in transcribed

image text in transcribed

CSCI 24000- Fall 2017 Assignment #3-Class-v Players Due: 10/9/2017 This third assignment will allow you to explore (by comparing and contrasting through construction and implementation) two different object-oncnted programmanlanguages (C++ and Javal You will be creating tme scparate programs-onc written in C++ and on written in Java For this assignment, we are going to explore how we can use objects to build more expressive and cleaner programs. In honor of football season we are going to be creating Players for our IUPUI football team Undefeated since 1969). We will need to create and stoee these Players in memory and allow the user to view an entire "roster" of Players. We will make the following assumpcions No two Players will have the same name (eg.,Test Testerson. "2 Test Teserson). No two Players can have the same number (eg.. #, Jane Testrson#2 Jame Testerson). Each Player MUST have at-least a first name, last name, and jersey Bumber * *In the basic submission there will only be, at maximum, eleven(11) Players on our icam Your goal is to create a peogram that will allow for creation and viewing of Players from our Team. Development Process: For this assignment, all development must take place on the master branch in a private GitHub repository. You must add me and all four (4) TAs as collaborators to your repository, It is stronglhy recommended that you commit and push often! We will be chocking to make sure that you are actively pushing changes to your repository-failure to do so will result in a deduction of points We will also be checking that you are providing "useful" comments with your commits-failure to do so will result in a deduction of ports. You are also required to include the Honor Ple ge and Digital Signature each one of your files (any file that you have writtien "code" in-you nood to include the Honor Pledge and Digital Signature). You are required to implement the following items as part of this assignment: .Your C++program mast contain three files (2.qpp and 1 h file). These files should be mamed as such: Driver.cpp, Player.cpp, Player.h .Your Java program must contain the following two files: Driverjava and Player.java * Array on the Heap Your Driver class must store any and all created Players in This Amay must make use of dynamic memory allocation. to manage our memory accordingly-nommory o You can use Valgrind to check our program for memory leaks- any leaks in memory will result in a deduction of points. When you start the program, you should provide the user with a menu choice to do one of the * . Add New Player 2 View Players 3. Exit Program Upon completion of Options #1 or #2 the menu should once again be displayed to the user . thus allowing them to make another selection. This process should continue to loop unil the user selections Option 3. Once'lf eleven (11) Players have been entered the program should print the roster and terminate * Below is example output of what your prog this exactly when executed-your format must match 1 of 3

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

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions