|
|
@ -2917,9 +2917,15 @@ void v_play_horoscope(void) { |
|
|
|
|
|
|
|
void v_allaboutspace(void){ |
|
|
|
char spacename[20]; |
|
|
|
int spacechoice; |
|
|
|
printf("\nEnter your Astronaut name: \n"); |
|
|
|
scanf("%s", spacename); |
|
|
|
printf("\nHello, Commander %s! Pleased to have you onboard.\n\n", spacename); |
|
|
|
printf("Main Menu\n"); |
|
|
|
printf("1. Start the Quiz!\n"); |
|
|
|
printf("2. Quit\n"); |
|
|
|
printf("Enter your choice: "); |
|
|
|
scanf("%d", &spacechoice); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|