Обновить cv7/program.c
This commit is contained in:
parent
781914b692
commit
6a92936960
@ -53,9 +53,9 @@ void ask_question(Node *node) {
|
||||
printf("%s", node->text);
|
||||
return;
|
||||
}
|
||||
|
||||
printf("%s", node->text);
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
printf("%s", node->text);
|
||||
|
||||
|
||||
char answer;
|
||||
if (scanf(" %c", &answer) != 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user