11. Write the output of the following program: [2]
DECLARE SUB SERI()
CLS
CALL SERI
END
SUB SERI()
FOR I = 1 TO 4
FOR J = 1 TO I
PRINT (I+J)*10;
NEXT J
PRINT
NEXT I
END SUB
Answers
Answered by
0
Answer:
DECLARE SUB SERI()
CLS
CALL SERI
END
SUB SERI()
FOR I = 1 TO 4
FOR J = 1 TO I
PRINT (I+J)*10;
NEXT J
NEXT I
END SUB
Similar questions
English,
2 months ago
Biology,
4 months ago
CBSE BOARD X,
11 months ago
Chemistry,
11 months ago
Math,
11 months ago