5 marks: Why did you choose this particular type of loop: while, for, do-while?
5 marks: Is it pretest or posttest? Explain your answer.
5 marks: Fixed-count or variable-condition? Explain.
5 marks: Do you need a nested loop? Explain.
5 marks: What if you are not allowed to use a loop at all?