I am making a GPA finder in Java. Can you help with the mistakes in the following program?
public class HelloWorld{
public static void main(String []args){
Scanner scanner = new Scanner(System.in);
int[] scores = new int [10];
int amountoftest = 0;
while(amount of test<10)
{
scores[amountoftest] = scanner.nextInt();
amountoftest++;
}
int total = 0;
amountoftest = 0;
while(amountoftest<10)
{
total = total+ scores[amountoftest];
System.out.print.(scores\10);
}
}
}