12 2020 档案

摘要:public class ooo { public static void main(String[]args){ int i[]={5,9,6,4}; for(int c=0;c<i.length;c++){ System.out.println(i[c]); } System.out.print 阅读全文
posted @ 2020-12-21 17:57 叶子大叔 阅读(52) 评论(0) 推荐(0)
摘要:public static void main(String[]args){ // int a =8; // while(a<10){ // System.out.println("孤独烈酒"); // a++; for (int a =6;a<10;a++){ System.out.println 阅读全文
posted @ 2020-12-09 17:36 叶子大叔 阅读(35) 评论(0) 推荐(0)