Complete the following question using Java programming language
Using an ADT of your preference, write an application that would be used to process student marks.
NOTE:
- The application should capture marks for the units a student takes in a semester.
- Each course unit has coursework marks, and exam marks that are usually added up to get total marks.
- The total marks for each course unit are used to get that unit's grade.
- The application should be able to compute GPA
- Output the information by showing the course code, course unit name, total marks, grade and at the end, the GPA