Computer Science, asked by Hebahrizvi, 4 months ago

what will be the output of the following.

A=2
S=0
START:
S=S+4
A=A+2
if A<=10 then GOTO START:
PRINT S
END​

Answers

Answered by piyaliroy1975
0

Answer:

print will be the output of the following

Answered by sepanajhansi205
0

may be 16

Explanation:

S go on increasing by 4 until A equals to 10.

Similar questions