Question: ****** C++ code ONLY**** Given this struct: Select the best answer below: struct quizzes int Q1; int Q2; int Q3; double Average; Choose the best
****** C++ code ONLY****
Given this struct:


Select the best answer below:


struct quizzes int Q1; int Q2; int Q3; double Average; Choose the best answer to accomplish this task:write a function which accepts a vector of structs and puts the average of the three quizzes in the Average field for each struct in the vector. O void averageQuiz(vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
