Question: Using C++ Define a structure called game with 3 variables: team1, team2 (strings) and score (int). Declare a dynamic array, called tournament, which elements are
Using C++
Define a structure called game with 3 variables: team1, team2 (strings) and score (int). Declare a dynamic array, called tournament, which elements are of game type based on user input. Write a for loop to fill the array using user input.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
