Multiple Choice
Which statement is correct about the execution of the loop in the following code fragment?
A) The loop will execute only when 0 is entered.
B) The execution of the loop is independent of user input.
C) The program prints the count of positive inputs.
D) The loop will execute at least once even if the user has entered the sentinel value.
Correct Answer:

Verified
Correct Answer:
Verified
Q82: Which of the loop(s) test the condition
Q83: What is the output of the code
Q84: How many times does the following loop
Q85: What is the output of the following
Q86: How many times does the following code
Q88: What is the outcome of the following
Q89: Which of the following loops executes the
Q90: What will be the output of the
Q91: What is the output of this code
Q92: What will be the output of the