How many times will the following loop execute?

for(j = 1; j = 10; j = j-1)

Posted on by