Asked by Sophia Michelle on May 16, 2024

verifed

Verified

A posttest loop is also called an entranced-controlled loop.

Posttest Loop

A programming loop that evaluates its condition after the loop's body has been executed, ensuring the loop runs at least once.

Entranced-Controlled Loop

Likely an incorrect term possibly referring to "entry-controlled loop," which determines whether to execute its loop body based on a condition checked at the beginning of each iteration. NO.

  • Determine and differentiate the characteristics that set apart pretest from posttest loops.
verifed

Verified Answer

KT
Kushal TavvaMay 22, 2024
Final Answer :
False
Explanation :
A posttest loop is also called an exit-controlled loop because the condition is tested after the body of the loop has executed.