When would the associated code block be executed for the statement: do {code block} while (condition)?
Once at the beginning of the loop, and then if the condition is false
Once if the condition is true, and then once after the loop is done
Once if the condition is false, and twice if the condition is true
Once at the beginning of the loop, and then if the condition is true