Computer Science, asked by Anonymous, 10 months ago

DECLARE SUB Series()
CALL Series
END
SUB series
A=2
B=2
FOR ctr=1 to 2
PRINT A;B;
A=A+B
B=A+B
NEXTctr
END SUB

Answers

Answered by muhamadsameer226
0

Answer:

we don't know

Explanation:

we don't know

Similar questions