单选题:Which switch-case below is NOT correct?
Which switch-case below is NOT correct? @[D](2)
A. int i; switch (i) { case...}
B. String s; switch (s) { case...}
C. char c; switch (c) { case...}
D. boolean b; switch (b) { case...}
A.int i; switch (i) { case...}
B.String s; switch (s) { case...}
C.char c; switch (c) { case...}
D.boolean b; switch (b) { case...}
答案:D
A. int i; switch (i) { case...}
B. String s; switch (s) { case...}
C. char c; switch (c) { case...}
D. boolean b; switch (b) { case...}
A.int i; switch (i) { case...}
B.String s; switch (s) { case...}
C.char c; switch (c) { case...}
D.boolean b; switch (b) { case...}
答案:D