As you are learning a client’s programming needs, you realize the program will require an iteration of tasks, yet there are exceptions when the task will not be performed. What type of loop should you use for the exceptions?


while loop

for loop

then loop

if loop