Complete Notes • MCQs • Online Quiz • PYTHON • QBASIC • SEE 2083
CLSA = 1B = 1Print A;B;For I = 1 to 10 C = A+BPrint C;A = BB = CNext I End
It's wrong
your program is wrong
your program is totally wrong nonsence
CLS
ReplyDeleteA = 1
B = 1
Print A;B;
For I = 1 to 10
C = A+B
Print C;
A = B
B = C
Next I
End
It's wrong
Deleteyour program is wrong
ReplyDeleteyour program is totally wrong nonsence
ReplyDelete