Which one of the following will declare an array and initialize it with five numbers? | Array a = new Array(5);
Answers
Answered by
2
Correct way is this :-
int a[ ]=new int [5];
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
Environmental Sciences,
6 months ago
Hindi,
11 months ago
English,
1 year ago