Examlex

Solved

Which Statement Is Correct About the Execution of the Loop

question 87

Multiple Choice

Which statement is correct about the execution of the loop in the following code fragment? 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.


Definitions:

Related Questions