01AFavi friedI 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...May 25, 2017L