The SelectedIndex property can be used to select an item in the list or to determine which item is selected. ??? ??? ??? False When an array is initialized with the Dim Statement, the index starts at 1 instead of 0. ??? ??? ??? True An array is a list or series of values. ??? ??? ??? False The following code is valid for declaring an array with ten elements: Dim employeeNameString(0 to 10). ??? ??