what is a loop??????
Answers
Answered by
0
Explanation:
a curved or round shape made by a line curving round and joining or crossing itself.
If it is a question related to computer.
Loops in Java. Looping in programming languages is a feature which facilitates the execution of a set of instructions/functions repeatedly while some condition evaluates to true. ... while loop: A while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.
#answer with quality
#BAL
Answered by
13
Explanation:
Loops is statement that allows to run the same part of a program repeatedly until it meets a condition . It only executes till the statement is true .
#answerwithquality #BAL
Similar questions