Question: . In an array, every element has the same a. subscript b. data type c. memory location d. all of the above 2. The operator

. In an array, every element has the same a. subscript b. data type c. memory location d. all of the above 2. The operator used to create objects is C. new d. create 3. Which of the following correctly declares an array of six integers? a. int array[6] b. int[] array6; C. int[6] array; d. int array - new int [6] 4. The value placed within square brackets after an array name IS a. a subscript b. an index c. always an integer d. all of these 5. If you define an array to contain ten elements, then the highest array subscript you can use is b. 10 C. 9 d. 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
