Multiple Choice
When will the following loop terminate?
While keep_on_going != 999 :
A) When keep_on_going refers to a value less than 999
B) When keep_on_going refers to a value greater than 999
C) When keep_on_going refers to a value equal to 999
D) When keep_on_going refers to a value not equal to 999
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Reducing duplication of code is one of
Q26: A(n) _ structure causes a statement or
Q27: Which of the following represents an example
Q28: What is not an example of an
Q29: In Python, a comma-separated sequence of data
Q30: What are the values that the variable
Q32: What is the format for the while
Q33: _ is the process of inspecting data
Q34: In flowcharting, the decision structure and the
Q36: In Python,you would use the _ statement