Write a program that will store the celtics or your


Write a program that will store the Celtics (or your favorite basketball team) roster in an array.

You will then loop through the array to display each player and their information.

Information needed for each player: First Name, Last Name, Jersey Number, Position, College Attended.

REQUIREMENTS:
- use fields, methods, user-defined class, FOR loops, array.
- you will have to research the roster for the information and prompt the user to enter each player's info. After info is complete. Display roster

I am not sure how to create an array that will store multiple fields.

Ex.

Celtics = new String[] {"Tarik ", "Black ", "28 ", "C ", "Kansas "};

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a program that will store the celtics or your
Reference No:- TGS02392208

Now Priced at $15 (50% Discount)

Recommended (96%)

Rated (4.8/5)