Computer Science, asked by shreeya02sharma, 9 months ago

Differentiate between loops and conditional statements.​

Answers

Answered by savleenkaurugly
4

Answer:

The statement of a conditional statement is execute only once but the statement of loop execute multiple times the become false. Conditional statement will execute only once if condition is true whereas loop will execute repeatedly till the condition becomes false.

Similar questions