I am trying to write a code that lets the user enter a team name. Here is my code:
public class Team { public String name; public static void main(Strin
Create a Team object if you want.
Team team = new Team(); team.name = tn.nextLine();