I'm trying to calculate the average of grades that a user puts in.

Here is my code so far:


public static void main(String[] args) {

Scanner input = new Scanner (System.in);...