Back to Courses
Process student marks using ArrayList in Java
Overview
The learner will create an array list to store marks of students, and process the data by adding marks, get the stored marks to find the average and highest marks, search for specific marks, change and remove marks, find a subset of the marks, and sort the array list.