배열

int[] students;	// 배열 변수 선언
students = new int[5]; // 배열 생성
String[] weeks = new String[];