What is the value of street, given:

```
var street = " ";
myAddress = "123 Duck Street, NW";
for( var x = 4; x < 7; x++)
street = street + myAddress.charAt(x);
```

a. Duck
b. _Duc
c. uck
d. K


a. Duck

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about viewing virtual machines in VMM administrator console?

A. the ‘Transitioning' status means the job is controlling the VM B. when in the ‘Paused' state, the VM still consumes memory resources C. you can create a snapshot and include a descriptive comment D. if you terminate the connection while in full screen view, the VM is shut down

Computer Science & Information Technology

In access you Cannot save all the Objects at once, you must save them one at a time.

a. true b. false

Computer Science & Information Technology

You would use ________ software to keep track of and play music, TV shows, and videos on your computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can insert an entire stored file into a currently open document.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology