Computer Applications
Which element is num[9] of the array num?
- 8th
- 9th
- 10th
- 11th
Java Arrays
11 Likes
Answer
10th
Answered By
3 Likes
Related Questions
Which of the following statements is true?
In ........... search, the algorithm uses the middle value of the array for the search operation.
Write a program to initialise the given data in an array and find the minimum and maximum values along with the sum of the given elements.
Numbers: 2, 5, 4, 1, 3
Output:
Minimum value: 1
Maximum value: 5
Sum of the elements: 15Differentiate between the following:
Array Declaration and Initialisation