Solved

Which of the Following Statements Is True About the Variable

Question 54

Multiple Choice

Which of the following statements is true about the variable sum in the code snippet below? Which of the following statements is true about the variable sum in the code snippet below?    A) It contains the value 10 after the loop is finished executing. B) It contains the value 11 after the loop is finished executing. C) It is the cause of an infinite loop. D) It disappears after the loop is done executing.


A) It contains the value 10 after the loop is finished executing.
B) It contains the value 11 after the loop is finished executing.
C) It is the cause of an infinite loop.
D) It disappears after the loop is done executing.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions