Computer Science, asked by sarthakbhushan44, 4 months ago

…………….. is a conditional loop.​

Answers

Answered by sh123prajapat
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 jagratipandey
2

if-else statement is a conditional loop.

Similar questions