Question: 1. Write a program that declares a struct to store the data of a project team (team's name, number of students, name of advisor, number
1. Write a program that declares a struct to store the data of a project team (team's name, number of students, name of advisor, number of points awarded) and another struct to define a competition that store three team records. Write a function that read team's data (as listed above) via the keyboard and return a team record (struct). Add another function to print a team so that you check the result of your read process. 2. of all the three teams and store them in the competition record. Write a function to print group records in tabular form (a raw for each team with a header). Let your main program print all call the above function and then announce the winner team (with highest points awarded). 4. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
