Multiple Choice
What would the browser display if the following script were executed
< script type = "text/javascript" >
Var count = 5;
Var total = 0;
While ( count > -1 )
{
Total = total - 10;
Count = count - 1;
}
Document.write( total ) ;
< /script >
A) Nothing; the browser would generate an error.
B) 0
C) -50
D) -60
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following flowchart symbols indicates
Q2: What would the browser display if the
Q3: Which of the following is a JavaScript
Q4: If the string passed to parseInt contains
Q6: What would the browser display if the
Q7: _ is an informal language that helps
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