Question: 1 . Create a class to hold data about a high school sports team. The Team class holds data fields for high school name (
Create a class to hold data about a high school sports team. The Team class holds data fields for high school name such as Roosevelt High sport such as Basketball and team name such as Dolphins Include a constructor that takes parameters for each field, and include get methods that return the values of the fields. Also include a public final static String named MOTTO and initialize it to Sportsmanship!. Save the class as Team.java. Write an application named TestTeam whose main method declares three Team objects. For each Team object, call a method named setTeamData that declares a temporary Team object, prompts the user for values for the fields, and returns the temporary object to one of the Teams in the main method. Display all the data, including the motto, for each Team object. Save the file as TestTeam.java.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
