What would the following code snippet display?
```
var x = 5;
if(x == 4)
document.write("Math is fun!");
else
document.write("Wrong!
");
document.write("Math is not fun!");
```
a. Math is fun!
b. Math is fun!
Math is not fun!
c. Wrong!
d. Wrong!
Math is not fun!
d. Wrong!
Math is not fun!
Computer Science & Information Technology
You might also like to view...
The _________tab of the Internet Properties dialog box enables you to configure cookie handling, location services, the pop-up blocker, and InPrivate browser settings
Fill in the blank(s) with correct word
Computer Science & Information Technology
The ____________________ operation is a function of Boolean algebra in which two bits are compared, and if the two bits are identical, the result is a binary 0.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology