下列代码执行后的结果是? public class Example { public static void main(String[] args) { try { double x = 64.0; double y = 0.0; System.out.println(x % y == x % y); } catch (Exception e) { System.out.println("Exception"); } } }
发布于 2020-12-25 22:05:51
登录后免费查看答案
关注者
0
被浏览
163