Count is not counted as a variable.
And when I run without debugging, the console doesn’t recognize count
try initializing count with 0 (int count = 0).
Count is not counted as a variable.
And when I run without debugging, the console doesn’t recognize count
try initializing count with 0 (int count = 0).