public static void main(String args[]){

int a=1;

String bsd;

switch (a){

case 1: bsd="gdsdfg";

break;

}

System.out.println (bsd) ;

이거 왜안댐?