Which java loop type(s) evaluates the conditional expression BEFORE executing each iteration of the code within the body of the loop? Choose all of the correct answers.
A. for loop
B. while loop
C. do while loop
D. None of these