以下代码段执行后的输出结果为?publicclassTest{public...
发布于 2022-03-03 17:28:08
以下代码段执行后的输出结果为?
public class Test {
public static void main(String args[]) {
int x = -5
int y = -12
System.out.println(y % x)
}
}
登录后免费查看答案
关注者
0
被浏览
31