Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started