Multiple Choice
What is the output of the following script
I = 16;
Document.write( ++i ) ;
A) 16
B) 17
C) 15
D) Nothing; the browser would generate an error.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What would the browser display if the
Q9: What type of loop should be used
Q10: A procedure for solving a problem in
Q11: Which of the following is not a
Q12: If the string passed to parseInt contains
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
Q17: What is the value of i after
Q18: Specifying the order in which programming statements