Product Description
CIS 115 DeVry Week 6 Quiz Latest
CIS115
CIS 115 Week 6 Quiz – Latest
(TCOS 5, 6) The first element of an array always has a subscript of _____.
(TCO 6) The number of elements in the array is called the _____ of the array. (Points : 3)
(TCO 6) Which C# statement will print the first value in the array declared as the following?
int[] numbers = new int[5] {1,2,3,4,5}; (Points : 3)