No, you didn't listen to uolj's response, it's not a compiler error, it's a keyboard error ( ie: what you typed. ;) ).
So again:
>> int count=0;
...then
>> for(int count=0;count<21;count++)
...declared again!
Luckily, there is no side effect in this case, but still, an error's an error...