struct Scorecard { int Attempts; int Correct; }; int main() { total_correct = 0; total_attempts = 0; while ( user did not quit ) { //get type of problem they want to do ScoreCard this_round = DoProblemSet( type ); cout <<"You got " <