Which of the following declarations can be used to create a three-dimensional array?

(A) Dim newVar(3, 3) As Double
(B) Dim newVar(2, 2, 2) As Double
(C) Dim newVar(3) As Double
(D) Dim newVar(3)

(B) Dim newVar(2, 2, 2) As Double

Computer Science & Information Technology

You might also like to view...

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

1. Efficiency is lost in importing the entire package instead of importing the classes you use. 2. Every Java program automatically imports the java.util package.

Computer Science & Information Technology

What happens if a security group that's an ACE in a shared folder is converted to a distribution group?

a: A security group can't be converted to a distribution group it it has already been assigned permissions b: The group is removed from the DACL automatically. c: The group remains in the DACL, but the ACE has no effect on members' access to the resource d: The group remains in the DACL, and permissions assigned to the group affect access to the resource as though it were still a security group

Computer Science & Information Technology