Design a Graphical User Interface that accepts First name, Last name,University ID, Year, Semester and Total Marks in separate text boxes and to display his SGPA based on the Marks
entered, in a Label, after the user has clicked on the Submit Button. The application must handle the event generated by the Button.
Create a 'Student' class with variables first name, last name, University ID, Year, Semester and Total Marks and a parameterized constructor used to intialize them with the values entered by the user.Use a method to compute the SGPA.
Answers
Answered by
1
Answer:
I don't know anyone give you answer
Similar questions