01.12.2010, 21:23
(
Последний раз редактировалось am0k; 01.12.2010 в 21:26.
Причина: explain
)
correct
nothing else wrong
unintened assignment means: it thinks you want to set it to 1.
but you want to check if its 1
you could also check if its not 1 with != 1
nothing else wrong
unintened assignment means: it thinks you want to set it to 1.
but you want to check if its 1
you could also check if its not 1 with != 1