单项选择题下列叙述中,错误的是( )。
单项选择题下列代码中 if(x>0) {System.out.println( first );} else if (x>-3){System.out.println( second );} else { System.out.println( third );} 要求打印字符串为 second 时,x的取值范围是( )。