Browse Source

refactoring - edited closing of exit fxn

main
fdlt3917 2 years ago
parent
commit
d7e01d5678
  1. 1
      src/main/quizproject.c

1
src/main/quizproject.c

@ -767,6 +767,7 @@ void million_exit(int million_a){
printf("-------------------THE END OF MILLION GAME--------------------\n");
printf("\nYou have come to the end of Who Wants To Be A Millionaire\n");
printf("\nYour Total Reward is %d\n",million_a);
printf("-------------------THE END OF MILLION GAME--------------------\n");
}

Loading…
Cancel
Save