Question: 1 . What would the browser display if the following code were executed in a script? var x = 1 1 ; var y =

1. What would the browser display if the following code were executed in a script?
var x =11;
var y =14;
if ( x >13)
if ( y >13)
document.writeln("x and y are >13");
else
document.writeln("x is <=13");
a) nothing
b)11
c) x and y are >13
d) x is <=13

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!