Multiple Choice
Case 8-2 Another colleague shares the following code with you: Dim strEmployees(50) As String
' Later in the code
ReDim strEmployees(65) .
Which of the following is NOT true based on what you see in your colleague's code?
A) The strEmployees array originally is sized to hold 51 values.
B) The strEmployees array is reinitialized to hold 66 values.
C) If the array had been redimensioned to a smaller size, your colleague would not lose the items between the original upper-bound array size and the new smaller upper-bound array size.
D) When the array is redimensioned, all the data contained in the array is lost.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The _ loop stops when the loop
Q16: The _ procedure of the StreamReader object
Q18: Given the following array definition<br>Dim intCalories()As Integer
Q44: A simple text file is called a
Q45: _ depreciation is calculated by dividing the
Q46: When passing an array ByVal to a
Q70: Case 8-2 Another colleague shares the following
Q76: The _ procedure creates a form that
Q80: A nested loop is used to total
Q86: When an array is declared,the numeric value