Обновить cv7/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-11-15 04:03:45 +00:00
parent 781914b692
commit 6a92936960

View File

@ -53,9 +53,9 @@ void ask_question(Node *node) {
printf("%s", node->text); printf("%s", node->text);
return; return;
} }
printf("%s", node->text);
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n"); printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
printf("%s", node->text);
char answer; char answer;
if (scanf(" %c", &answer) != 1) { if (scanf(" %c", &answer) != 1) {