Computer Science, asked by JasimShekh, 11 months ago

please give me the answer
tomorrow is my exam

Find the errors:



Attachments:

Answers

Answered by reyansh62
1

a++

Explanation:

error in increment part

Answered by Ves1857
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