Question: I need help with this C++ code This program will allow the user to see a list of teams, add a team to the list,
I need help with this C++ code




This program will allow the user to see a list of teams, add a team to the list, or search for a team using an ID 1. Structure Definition (5 points) First define struct TeamS with an integer field to hold an ID, and an array of strings with three elements to hold the names of the team members. In the main function, declare an empty vector of TeamV and also the following arrays const int ID [NUM_TEAMS]123, 321, 456, 789); const string MEMBERS [NUM-TEAMS ] [NUM MEMBERS ] "Sarah", "Joe", "John", "Chris", "Kevin", "James", "Tom", "Kim", "Emily", ("Jill", "Jason", 2. Creating the vector (9 points) Call a function with the following prototype and pass in the empty vector and the array!s void Initialize (vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
