摘要: 例4.4内置函数 1 public class cjava { 2 public static void main(String[] args) { 3 int i=10,j=20,k=30,m; 4 m=max(i,j,k); 5 System.out.println("max="+m); 6 } 阅读全文
posted @ 2020-08-15 15:30 敲敲代代码码 阅读(105) 评论(0) 推荐(0)