Computer Science, asked by Jasmine9580, 3 months ago

CLS
K= 1
N = 4;
FOR I = 1 TO N
K= K *1
NEXT I
PRINT K
END

Answers

Answered by tseries12345678901
0

Script that takes k as variable assigns it value of 1 , now read k and multiply with 1, must print result but the code states to print k again.

Similar questions