Computer Science, asked by adilmd, 5 months ago

Predict the output of the fol
1. CLS
FOR P= 1 TO 10 STEP 2
PRINT P* P
NEXT P​

Answers

Answered by harshvsingh6d
1

Answer:

CLS

FOR P = 1 = 10 this step 2

PRINT P

NEXT P

Similar questions