Answer:
While and for loops are the two examples of entry controlled loops.
Explanation:
Entry controlled loop is the check in which it tests condition at the time of entry and expressions become true. The loop control is from entry to loop so it is called entry controlled loops. Visual basic has three types of loops, next loop, do loop and while loop. Entry control loop controls entry into the loops. If the expression becomes true then the controlled loops transfer into the body of the loop.