배열
배열에서 index는 어쩌구 저쩌구~
선언방법int a[]=(10, 20, 30, 40, 50, 60, ...);inr b[] = new int[4];b[1] =50
String aa[] = new String[3]; 스트링은염 ㅋㅋ;;