Multiple Choice
What is the value of i after the following statements
I = 2;
I--;
I--;
A) 0
B) 1
C) -2
D) -4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If the string passed to parseInt contains
Q13: What is the output of the following
Q14: What output will the following script produce<br>Var
Q15: The word top in the term top-down
Q16: Research determined that all programs could be
Q18: Specifying the order in which programming statements
Q19: Which of the following statements is correct<br>A)
Q20: If the initial value of a is
Q21: A program in which all statements are
Q22: What is the value of i after