I need to write a java program using net beans that will make a method that will ask the user to enter names and grades.
(input will be something like: joe 94 mary 89 johnny 78)
I need to be able to put the information that the user enters into an array. Then I need to check right then if the...