Browse Source

added total score statement to epic game

main
fdlt3885 2 years ago
parent
commit
9673d4a709
  1. 2
      src/main/quizproject.c

2
src/main/quizproject.c

@ -1367,7 +1367,7 @@ void b_epic_game() {
total_score += B_round8(); total_score += B_round8();
total_score += B_round9(); total_score += B_round9();
total_score += B_round10(); total_score += B_round10();
printf("You scored %d out of 22.\n", total_score);
} }

Loading…
Cancel
Save