the result of compiling and executing this
the result of compiling and executing this
code is **num =5;**
public class TestShort{
public static void main(String[] args)
{
short num;
byte x = 2;
byte y = 3;
num = x + y;
}
},分值为3分。 ~@[](3)答案:FALSE