Solved

What Would the Browser Display If the Following Code Were

Question 8

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;


A) nothing, the script would result in an inifite-loop error
B) 0
C) 25
D) 26

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions