Solved

What Would the Browser Display If the Following Code Were

Question 6

Multiple Choice

What would the browser display if the following code were executed in a script
Var grade = 59;
If ( grade >= 60 )
Document.writeln( "Passed." ) ;
Else
Document.write( "Failed. " ) ;
Document.writeln( "You must take this course again." ) ;


A) Passed.
B) Failed.
C) You must take this course again.
D) Failed. You must take this course again.

Correct Answer:

verifed

Verified

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

Related Questions