Class VIII Computer Practice
Class VIII Computer Practice
a) b) c)
CLS CLS CLS
I=1 P=3 FOR K=6 to 1 STEP-1
While I<=5 FOR K=1 to 10 PRINT K*K
PRINT I M=K*P NEXT
I=I+1 PRINT M END
WEND NEXT
END END