True or False: A post-test loop has its controlling condition checked before its body is executed for the first time.
False; a pretest loop has its controlling condition checked before its body is executed for the first time.
- False; a prior-test loop has its controlling condition checked before its body is executed for the first time.
- True.
- False; a post-test loop never has its controlling condition checked. That's why they're so useless.
There are not hints for this question