there is literally no greater coding indignity on this earth than spending half an hour trying to hunt a bug in a nested for loop only to eventually to discover that you had written:
for(int j = 0; j < value; i++)

there is literally no greater coding indignity on this earth than spending half an hour trying to hunt a bug in a nested for loop only to eventually to discover that you had written:
for(int j = 0; j < value; i++)