hey mates explain loop statement
...will mark as brainliest..
..plz..
...and will follow you
Answers
Answered by
1
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.
hope this help you
brother
thanks ✌️ ✌️
hope this help you
brother
thanks ✌️ ✌️
shooterboy:
mark as brainliest please
Answered by
0
LOOP Statements
A LOOP statement executes a sequence of statements multiple times. PL/SQL provides these loop statements:
Basic loop
WHILE loop
FOR loop
Cursor FOR loop
Hope it will help you.
PLEASE MARK IT AS A BRAINLIEST ONE.
A LOOP statement executes a sequence of statements multiple times. PL/SQL provides these loop statements:
Basic loop
WHILE loop
FOR loop
Cursor FOR loop
Hope it will help you.
PLEASE MARK IT AS A BRAINLIEST ONE.
Similar questions