MCQOPTIONS
public class array { public static void main(String args[]) { int arr[] = new int [7]; System.out.print(arr); } }