Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-14 23:24:48 +00:00
parent 17fa99cf7f
commit 666fc6870a

View File

@ -12,7 +12,8 @@ int main()
char option2[SIZE]; char option2[SIZE];
char question[SIZE]; char question[SIZE];
char question2[SIZE]; char question2[SIZE];
char answer = '0'; //'0' = ako keby 'NULL'/ absencia hodnoty char answer = '0';
char answer2 = '0'; //'0' = ako keby 'NULL'/ absencia hodnoty
bool isFirstQuestionRead = false; bool isFirstQuestionRead = false;
bool isFirstOptionLoaded = false; bool isFirstOptionLoaded = false;
bool err = false; bool err = false;