Aktualizovat du5/program.c
This commit is contained in:
parent
17fa99cf7f
commit
666fc6870a
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user