摘要: 1 public class shuzu10{ 2 //编写一个main方法 3 public static void main(String[] args){ 4 5 int[] arr = {24, 69, 80, 57, 13}; 6 7 int temp = 0; 8 for(int i = 阅读全文
posted @ 2024-07-30 10:12 勤奋的小番茄 阅读(2) 评论(0) 推荐(0) 编辑