Are arrays capable of storing variables as opposed to already set values?
Answers
Answered by
2
Arrays
An array is an object that stores many values of the same type. An array element is one value in an array. An array index is an integer indicating a position in an array. Like String s, arrays use zero-based indexing , that is, array indexes start with 0. The following displays the indexes and values in an array with 10 elements of type
int .
index 0 1 2 3 4 5 6 7 8 9
value 12 49 -2 26 5 17 -6 84 72 3
An array is an object that stores many values of the same type. An array element is one value in an array. An array index is an integer indicating a position in an array. Like String s, arrays use zero-based indexing , that is, array indexes start with 0. The following displays the indexes and values in an array with 10 elements of type
int .
index 0 1 2 3 4 5 6 7 8 9
value 12 49 -2 26 5 17 -6 84 72 3
Answered by
0
it is an object that stores many value of same type binary capable of storing variable as a post it already said values
Similar questions
Hindi,
6 months ago
Math,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago