please give me the answer
tomorrow is my exam
Find the errors:
Attachments:
Answers
Answered by
1
a++
Explanation:
error in increment part
Answered by
1
Bro in coding we have see that codes are written properly or not In c++ or c and any other languages is
Do while ...... Loop is there okay means code is look like this
CLS
DO WHILE A <= 10
PRINT A
A= A+ 1
LOOP
Similar questions