SyntaxFix
Write A Post
Hire A Developer
Questions
First you retreieve the value (given a key) and then you add a new element to it
ArrayList<String> grades = examList.get(courseId); grades.add(aGrade);