Computer Science, asked by karmakarmousumi640, 5 hours ago

Spot and fix errors in the following programs.
1. CLS
2. count = 1
for A= 10 TO 40 step 5
DO until count >=10
Print count
print Y
next Y
count = count + 1
End LOOP​

Answers

Answered by jimin987
4

Answer:

please post the proper question pic then I answer

Answered by VERYOLD
0

CLS

count=DO until count >=10

Print count

print Y

next Y

count = count + 1

End LOOP

Similar questions