#include #include #include "team1.h" void print_team(Team&); int main() { int N; int option=0; char absorber; char last_name[20]; char first_name[20]; char position[3]; double batting; double era; int salary; cout<<"Enter maximum number of players in team."<>N; Team T(N); do { cout<<"Choose an option to modify your team"<>option; switch(option) { case 1: cout<<"Enter the last name of the player you want to add"<