Starting with the program below, you are going to fill in the student class so that it can be reused in a GUI later.Complete, this and then create a Frame, that adds a Panel which should contain three text fields, a button and a label.
Use this class so that you can input the student's name, their grades and then display the average in the student's information in a label (include the name and their average).
https://pastebin.com/GAyyAMDd