Computer Science, asked by Ranjitsinghvirk8323, 7 months ago

Difference between entry controlled and exit controlled loop

Answers

Answered by Anonymous
13

{\tt{\purple{\underline{\underline{\huge{Answer:}}}}}}

  • Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.
  • Exit Controlled Loop is used when checking of test condition is mandatory after executing the loop body.
Similar questions