…………….. is a conditional loop.
Answers
Answered by
0
Answer:
A conditional loop has the potential to become an infinite loop when nothing in the loop's body can affect the outcome of the loop's conditional statement. ... The While loop and the For loop are the two most common types of conditional loops in most programming languages.
Answered by
2
if-else statement is a conditional loop.
Similar questions