When is it useful to use a 'do... while' loop?
when you want to put the iteration condition at the start of the loop
when we want to enter at least once in the loop
when we want the iteration condition to always be true
when we know the number of iterations in advance