以下代码的执行结果是: public class Example { public static void main(String[] args) { byte x = -64; byte y = -6; System.out.println(x / y + " " + x % y); }
发布于 2020-12-25 22:06:00
登录后免费查看答案
关注者
0
被浏览
94