What is the value of num assuming that all 12 elements of array test are initialized to 3?

```
++test[ 7 ];
var num = test[ 7 ];
```

a) 3
b) 4
c) 8
d) 10


b) 4

Computer Science & Information Technology

You might also like to view...

Drivers can often be downloaded and installed from the Web

Indicate whether the statement is true or false

Computer Science & Information Technology

Round the values down at the places noted.

999.99 at tens place

Computer Science & Information Technology

The ________ is the number of times per second that the screen redisplays the screen image

Fill in the blank(s) with correct word

Computer Science & Information Technology

If you create and apply the lists and they have the intended results, you can cancel the scheduled reload with the ____ command.

A. reload 0 B. reload abort C. reload cancel D. reload off

Computer Science & Information Technology