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 lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?
A) ReDim Retain strEmployees(65)
B) ReDim Reserve strEmployees(65)
C) ReDim Restore strEmployees(65)
D) ReDim Preserve strEmployees(65)
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The _ loop stops when the loop
Q11: The Peek procedure of a StreamReader object
Q16: The _ procedure of the StreamReader object
Q42: Arrays that are _ can be resized
Q44: A simple text file is called a
Q45: _ depreciation is calculated by dividing the
Q68: To remove a form from view, the
Q69: Objects on a form cannot be referenced
Q75: Case 8-2 Another colleague shares the following
Q78: When using a For Each loop to