Multiple Choice
What would the browser display if it executed the following script
< script type = "text/javascript" >
< !--
Var i = 0;
Do
{
Document.write( "O" ) ;
I++;
} while ( i > 5 ) ;
//-- >
< /script >
A) Nothing; the script would generate an error
B) O
C) OOOOO
D) OOOOOO
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: What would the browser display if it
Q6: Which of the following will not evaluate
Q7: What would the browser display if the
Q8: What is the value of num after
Q9: What would the browser display if it
Q10: Consider the following code selections. Assume count
Q11: In a switch statement, the _ case
Q13: Switch statements contain _ labels.<br>A) select<br>B) if...else<br>C)
Q14: Which of the following will not evaluate
Q15: What is the value of num after