摘要: package www.nihao;public class demo05 { public static void main(String[] args) {printmax(1,2,3,4,5,6,7,8,6,9);printmax(new double[]{1,2,3}); } public 阅读全文
posted @ 2022-05-09 19:24 回忆也交给时间 阅读(10) 评论(0) 推荐(0) 编辑
摘要: javac :编译命令 java :执行命令 阅读全文
posted @ 2022-05-09 19:04 回忆也交给时间 阅读(22) 评论(0) 推荐(0) 编辑
摘要: package www.nihao; public class demo03 { public static void main(String[] args) { double max=max(10.0,100.0); System.out.println(max); } //求最大数的方法 pub 阅读全文
posted @ 2022-05-09 18:40 回忆也交给时间 阅读(18) 评论(0) 推荐(0) 编辑