Given the following code snippet, what will be displayed on the web page?

```
var X = 23;
var Y = 3;
var Z = X + Y;
document.write(Z);
```

a. 26
b. 233
c. NaN
d. 23
3

a. 26

Computer Science & Information Technology

You might also like to view...

A filter is a condition you apply temporarily to a table or query

Indicate whether the statement is true or false

Computer Science & Information Technology

The first step in the troubleshooting process is to _____ the problem

Fill in the blank(s) with correct word

Computer Science & Information Technology