Question: * * Task 0 1 : * * Create the ` Team ` class. * * Task 0 2 : * * Add the data

**Task 01:** Create the `Team` class.
**Task 02:** Add the data fields to the `Team` class.
**Task 03:** Create the `Team` class constructors.
**Task 04:** Create a get method for each data field in the `Team` class.
**Task #05:**{CDEV-9931}**Task 5:** Create the `TestTeam` application.
**Task 06:** Create the `Game` class.
**Task 07:** Add the data fields to the `Game` class.
**Task 08:** Create the `Game` class constructors.
**Task 09:** Add a get method for each data field in the `Game` class.
**Task #10:**{CDEV-9931}**Task 10:** Create the `TestGame` application.
## Part A
Create a class to hold data about a high school sports team. The `Team` class holds data fields for high school name as `school`(such as Roosevelt High), sport as `sport`(such as Basketball), and team name as `mascot`(such as Dolphins). Also include a public final static `String` named `MOTTO` and initialize it to **Sportsmanship!**.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!