"public class Test&nbs...
发布于 2022-03-03 11:20:23
"public class Test {
public static void main(String[] args) {
Integer f1 = 100, f2 = 100, f3 = 150, f4 = 150
System.out.println(f1 == f2)
System.out.println(f3 == f4)
}
}"
public static void main(String[] args) {
Integer f1 = 100, f2 = 100, f3 = 150, f4 = 150
System.out.println(f1 == f2)
System.out.println(f3 == f4)
}
}"
登录后免费查看答案
关注者
0
被浏览
11