S=1
L:
IF S = 3 THEN GOTO E
S = S + 1
GOTO L
E:
PRINT S
END
Answers
Answered by
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
Chemistry,
1 month ago
Math,
1 month ago
India Languages,
3 months ago
Economy,
9 months ago
Science,
9 months ago