Lab 8 Directions (30 Points)

Students and Courses Part 2 (28 points)

(Java Maps and Lists) You created the Students and Courses application (Part 1) in Lab 1. Now you are asked to improve it in the following ways:

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper
  1. Create a TreeMap of course names. Each map entry should contain a single integer that counts the number of students who have enrolled in that course.
  2. Display the map in ascending order by course name, showing each course name and its enrollment count.

Note: You cannot directly increment the enrollment count in a map entry. Instead, retrieve the existing count using the get() method, add 1 to the count, and then insert the key and updated enrollment count back into the map by calling the put() method.

The final test program should display the same output as lab 1 with the addition of the Course Enrollments below that. You should have the 15 students from Lab 1.

Still stressed with your coursework?
Get quality coursework help from an expert!