+ 1
how a loop turns to negative direction?
5 Antworten
+ 5
for example
for (x=5;x>0;x--){
put your loop statement here
}
in the example above, the loop will run 5 times and variable x will decrease by 1 every loop.
+ 2
Can you please specify exactly what do you want to do?
+ 2
just that. Thanks
0
I can turn the loop (-) direction
0
you're welcome.