I can not report 10 student grades.
import java.util.Scanner;
public class exer {
public static void main(String[] args){
Scanner scn = new Scanner(System.in);
double[] N = new double[10];
int i;
for(i=0; i<N.length; i++){
System.out.println("Informe a Nota");
N[] = scn.nextDouble();
}
}
}