What is the best way to describe the following array?

Dim decCars (5, 10, 2) As Decimal

a. it is a 100 element array
b. it contains 5 sets of 10 rows, each containing 2 parts
c. it contains 5 rows with 10 columns, each with 2 sections
d. it contains 6 sets of 11 rows, each containing 3 columns


d. it contains 6 sets of 11 rows, each containing 3 columns

Computer Science & Information Technology

You might also like to view...

Which of the following errors will occur when attempting to assign a real value to an integer variable?

a. integer value error b. type mismatch error c. conversion error d. assignment error

Computer Science & Information Technology

If a base class has public member functions that are not listed by a derived class, then these functions

a. are not available to the derived class b. are inherited unchanged in the derived class c. are private to the derived class d. do not exist in the derived class

Computer Science & Information Technology

You can ________ a graphic to reduce the file size

A) remove the background of B) crop C) compress D) collapse

Computer Science & Information Technology

How can you copy animation from one layer to another?

The following question is not in the student's Classroom in a Book. What will be an ideal response?

Computer Science & Information Technology