Browse Source

million game - added more lines to exit function

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

1
src/main/quizproject.c

@ -769,6 +769,7 @@ void million_exit(int million_a){
printf("-------------------THE END OF MILLION GAME--------------------\n"); printf("-------------------THE END OF MILLION GAME--------------------\n");
printf("\nYou have come to the end of Who Wants To Be A Millionaire\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("\nYour Total Reward is %d\n",million_a);
printf("\nThank You For Playing Who Wants To Be A Millionaire\n");
printf("-------------------THE END OF MILLION GAME--------------------\n"); printf("-------------------THE END OF MILLION GAME--------------------\n");
} }

Loading…
Cancel
Save