The While and For loops are considered pretest loops because they test the condition before processing the statement(s) in the loop body.

True/False: The While and For loops are considered pretest loops because they test the condition before processing the statement(s) in the loop body. 


Answer: True