2020年10月20日
摘要: 1.package 数组定义;public class Example { public static void main(String[] args) { int [] arr; //声明变量 arr=new int[3]; //创建数组对象 System.out.println("arr[0]= 阅读全文
posted @ 2020-10-20 10:53 张德明 阅读(143) 评论(0) 推荐(0)
摘要: package 随机点名器;import java.util.Random;import java.util.Scanner;public class CallName { public static void addStudentName(String[] stduents) { //*存储全班同 阅读全文
posted @ 2020-10-20 10:47 张德明 阅读(473) 评论(0) 推荐(0)