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
3
Explanation:
....................
Attachments:
Similar questions