Differentiate between loops and conditional statements.
Answers
Answered by
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