摘要: package method;public class Demo02 { public static void main(String[] args) { int max = max(10, 20); System.out.println(max); } //比大小 public static in 阅读全文
posted @ 2021-08-26 16:36 AAA编程 阅读(36) 评论(0) 推荐(0)