下列语句序列执行后,k的值是()inti=10,j=18,k=30;switch(j-i){case8:k ;case9:k =2;case10:k =3;default:k/=j;}
A.31
B.32
C.2
D.33
正确答案:2
猜你喜欢