Computer Science, asked by pogbmovic8065, 1 year ago

Which three forms are part of correct array declarations? 1. public int a [ ] 2. static int [ ] a 3. public [ ] int a 4. private int a [3] 5. private int [3] a [ ] 6. public final int [ ] a?

Answers

Answered by Animesh1807
1
1 , 4 are the correct declarations
Answered by ashartayyaba
1

Answer:

correct answer is: 1,2,6

Similar questions