Answer the following questions about the following initialized array: Dim strSeafood(8) as String a. Assign Oysters to

Question:

Answer the following questions about the following initialized array: Dim strSeafood(8) as String

a. Assign Oysters to the first array location. What is the index number?

b. Assign Lobster to the fourth location in the array. What would the assignment statement look like?

c. What value does strSeafood.Length have?

d. How many types of seafood can this array hold?

e. What would happen if you assigned strSeafood(9) = "Red Snapper"?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: