Multiple choice While loop is called ______________. entry controlled loop exit controlled loop exit-entry controlled loop entry-exit controlled loop output controlled loop Reveal answer Fill a bubble to check yourself A Correct answer Explanation As it controls entry and if entry condition is true, then you can go into the loop otherwise you cannot enter into the loop.