I have this code:
for (int i = 0; i < var; i++) for (int j = 0; j < var2; i++) // something which using j variable
Can I use