CLS
K= 1
N = 4;
FOR I = 1 TO N
K= K *1
NEXT I
PRINT K
END
Answers
Answered by
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