I always though that if I declare these three variables that they will all have the value 0
int column, row, index = 0;
Bu
int column = 0, row = 0, index = 0;