Browse Source

refactoring - edited million exit fxn

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

1
src/main/quizproject.c

@ -764,6 +764,7 @@ void million_instructions(){
} }
void million_exit(int million_a){ 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("\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);
} }

Loading…
Cancel
Save