for (i = 0 , i < 10 , i++) {
        sum = sum + i;
    }
  

Remember:

the above for loop is not correct.