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
Business Studies,
1 month ago
Math,
1 month ago
Biology,
3 months ago
CBSE BOARD X,
10 months ago
Chemistry,
10 months ago
Math,
10 months ago