Multiple choice do while is called _________. entry controlled loop exit controlled loop input controlled loop output controlled loop entry-exit controlled loop Reveal answer Fill a bubble to check yourself B Correct answer Explanation It is called exit controlled loop because the body of loop is executed at least once if condition is false.