Skip to content

Created an ArrayList of students, applied sorting using comparator

Mahmood Rasheed requested to merge Task16 into main

Created an ArrayList of students, applied sorting using comparator, to sort according to name, if two or more names are same, the records are sorted using their age

Merge request reports