Which of the following is an invalid array declaration in Java?
int[] myArray = new int[10];
int[] myArray;
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Software Development and Programming Exercises are loading ...