(For Review)
a. What is the difference between a pretest and posttest loop?
b. If the condition being tested in a pretest loop is false, how many times are statements in the loop executed?
c. If the condition being tested in a posttest loop is false, how many times are statements in the loop executed?