possible use of uninitialized variable

 

There is strange case for me.. that repeating many warnings


 
You need to give it an initial value, a.k.a. initialize it.
 
Robert:

There is strange case for me.. that repeating many warnings


You want it to start with a value of zero. so initialise it to zero.

Reason: