Posts by Bruna Vasconcelos • 23 points
1 post
-
2
votes3
answers342
viewsQ: How to make a sum in a loop for or while?
I need x to be added to 7 after the loop, but I’m not getting it, the code works perfectly if I do x++, is there any way to make that sum with 7? var x; for (x = dtdia + 2; x <= 31; x+ 7){…