Computer Science, asked by himadra72, 2 months ago

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 sagisatyanarayanaraj
0

this is the correct explanation for this answer

Attachments:
Similar questions