|
|
@ -206,6 +206,11 @@ void million_instructions(){ |
|
|
|
printf("To ask the Host for advice, Enter H\n"); |
|
|
|
} |
|
|
|
|
|
|
|
void million_exit(int million_a){ |
|
|
|
printf("\nYou have come to the end of Who Wants To Be A Millionaire\n"); |
|
|
|
printf("\nYour Total Reward is %d\n",million_a); |
|
|
|
} |
|
|
|
|
|
|
|
//-------smart_brain_quiz_end------------ |
|
|
|
|
|
|
|
void displayWelcomeMessage(void) { |
|
|
@ -866,7 +871,7 @@ void play_milliongame() { |
|
|
|
|
|
|
|
million_i++; |
|
|
|
} |
|
|
|
printf("\n%d\n",million_checkpoint); |
|
|
|
million_exit(million_checkpoint); |
|
|
|
// code for game 3 goes here |
|
|
|
} |
|
|
|
|
|
|
|