java从键盘输入5个整数存入整型数组a中?
Scanner类 在java.util包中
java自带的类
Scanner sc = new Scanner(System.in);
System.out.println("请输入第1个数");
numb[i]=sc.nextInt();