|
@ -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); |
|
|
} |
|
|
} |
|
|