Computer Science, asked by matachatura6925, 15 hours ago

Which of the following statement of a program is not right? 7 Pick ONE option 8 O class student{ }; student s[5]; 5; 9 class student{}s; 10 class student{ }; student s; 11 class student{}s[]; Clear Selection 12 12​

Answers

Answered by pandumohite854
0

Answer:

who was the First World driver question

Answered by shilpa85475
3

student{}s[];

Explanation:

An array in Java is a set of variables referenced by using a single variable name combined with an index number.

Each item of an array is an element.

All the elements in an array must be of the same type.

An int array can contain int values, for example, and a String array can contain strings.

Similar questions