-->
当前位置:首页 > 题库

the result of compiling and executing this

Luz5年前 (2021-05-10)题库1044
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