How many times will the loop execufe?
for x= 1 to 10 step 1 do
display X
if(x==2) then do
continue
if(x==4) then do
break
end-for
Answers
Answered by
0
this is the correct explanation for this answer
Attachments:
Similar questions