AFavi friedMay 25, 2017
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...
LLillie commented