0
For Loop
for (int x = 0; x < 10; x+=3) { Console.WriteLine(x); } Tell the Output of this code Engineer's
2 Respuestas
+ 10
0
3
6
9
+ 1
Right, Eng qwerty
for (int x = 0; x < 10; x+=3) { Console.WriteLine(x); } Tell the Output of this code Engineer's