Computer Science, asked by suvashreebanerjee, 3 months ago

S=1
L:
IF S = 3 THEN GOTO E
S = S + 1
GOTO L
E:
PRINT S
END






Answers

Answered by AkelaRavan000
3

Explanation:

Statements. Sequential Control: GOTO and NULL Statements ... Example 4-1 Using a Simple IF-THEN Statement ... PUT_LINE('The sum of products equals: ' || TO_CHAR(s)); END ; / ...

Similar questions