摘要:
public class Demo02 { public static void main(String[] args) { Demo02 demo02 = new Demo02(); demo02.test(1,5,5,5,5,5,5,5,5); System.out.println(" ");
阅读全文
摘要:
  ![i
阅读全文
摘要:
public class Demo01 { public static void main(String[] args) { int Max = max(5,6); System.out.println(Max); } //比大小 public static int max(int num1,int
阅读全文