Below you will see another implementation of the Team and FootballPlayer structs. Please add the Team struct as an anonymous field within the FootballPlayer struct, and also write the additional code required to assign the variables tn and cn to the promoted fields teamName and coachName.
Finally, the program should print the player struct.