In Java, which syntax correctly creates an array?
array myArray = new array[5];
myArray = array(5);
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Computer Science Exercises are loading ...