Write a program that will contain an array of person class objects.The program should include two classes:1) One class will be the person class.2) The second class will be the team class, which...

follow guidelines in screenshot


Write a program that will contain an array of person class objects. The program should include two classes: 1) One class will be the person class. 2) The second class will be the team class, which contain the main method and the array or array list. The person class should include the following data fields; e Name e Phone number eo Birth Date e Jersey Number Be sure to include get and set methods for each data field. The team class should contain the data fields for the team, such as: e Team name e Coach name e Conference name The program should include the following functionality. e Add person objects to the array; e Find a specific person object in the array; (find a person using any data field you choose such as name or jersey number) and output their name and jersey number. e Output the contents of the entire array, including all data fields of each person object. (display roster) Solution Tip: This program is VERY similar to the grocery list item code we complete together in class. For guidance on how to write this program, you can refer to the grocery list code.
Mar 12, 2023
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here