Answer:
The answer is letter D.
Step-by-step explanation:
The progam will never leave the loop body. Because a loop consists of two parts, a body of a loop and a control statement. The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.
The loop that does not stop executing and processes that statements number of times is called an infinite loop or endless loop.