You have to create an object of the structure FootballPlayer, which you did and labeled it p. So when you want to access the variables inside of the structure, you'd write p.x where x is the name of the variable, so the computer knows to look for the x value inside of the structure.