Select the five choices in control flow. executing a statement a number of times until a condition is met executing a statement a number of times until a condition is met continuing at the same statement continuing at the same statement executing a set of statements after which a control flow returns executing a set of statements after which a control flow returns executing a statement regardless of whether a condition is met executing a statement regardless of whether a condition is met executing a block of code in any and all cases executing a block of code in any and all cases continuing at a different statement continuing at a different statement stopping a program stopping a program executing a block of code only if a condition is met executing a block of code only if a condition is met