Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

In the Insert For Each In Array Loop dialog box, we can specify the ____ of valu

ID: 3911774 • Letter: I

Question

In the Insert For Each In Array Loop dialog box, we can specify the ____ of values we have in our array, (2) specify a(n) ____ for one of the items in the array, and (3) specify the ____ through which we want to iterate.

a.

array; generic variable name; type

b.

list; index; generic array name

c.

type; generic variable name; array

d.

index; generic array name; list

a.

array; generic variable name; type

b.

list; index; generic array name

c.

type; generic variable name; array

d.

index; generic array name; list

Explanation / Answer

Answer is C:

we will specify the type of values in the array and a variable to store these values while iterating from the array and gives array name which you want iterate