Computer Science, asked by Niyardas1634, 8 months ago

Write the output of the following Question?
CLS
A=2
B=1
PRINT A;
PRINT B;
C=3
WHILE C<=10
Z=A+B
PRINT Z
S=S+Z
A=B
B=Z
C=C+1
WEND
END

Answers

Answered by tushakumar3009
3

Explanation:

....................

Attachments:
Similar questions