byte b = 2; short s = 3; 表达式b+s的类型是( )。

byte b = 2; short s = 3; 表达式b+s的类型是( )。

A.

byte

B.

short

C.

int

D.

long

正确答案是B