Multiple Choice
What would the browser display if the following code were executed in a script
Var product = 0;
While (product >= 25)
Product = 2 + product;
Document.writeln( product ) ;
A) nothing, the script would result in an error
B) 0
C) 24
D) 26
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following flowchart symbols indicates
Q3: Which of the following is a JavaScript
Q4: If the string passed to parseInt contains
Q5: What would the browser display if the
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