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.
Process student marks using ArrayList in Java
Coursera Project Network via Coursera
This course may be unavailable.
Overview
Syllabus
- Project Overview
- In this project the learner will process student marks using an ArrayList by: adding and displaying data, getting the data and finding the average and highest mark, changing or removing the data, fetching a subset of the data, and sorting the data.
Taught by
Dr. Chao Mbogho