*** OUTPUT FROM ITERATOR APPLICATION *** Enrollment set/reset for Honors IOOP Displaying all students using for-each loop 1 Amber 3.4 2 Bill 2.6 3 Cherise 3.5 4 Derek 3.2 5 Elias 2.9 6 Fahdi 3.1 7 Gwen 3.7 Displaying first student with GPA lower than 1.5 using while loop No students found. Displaying first student with GPA lower than 3.0 using while loop 2 Bill 2.6 Displaying all students with GPA lower than 3.0 using iterator 2 Bill 2.6 5 Elias 2.9 Removing all students with GPA lower than 3.0 using iterator Displaying all students using for-each loop 1 Amber 3.4 3 Cherise 3.5 4 Derek 3.2 6 Fahdi 3.1 7 Gwen 3.7 Enrollment set/reset for Honors IOOP Displaying all students using for-each loop 1 Amber 3.4 2 Bill 2.6 3 Cherise 3.5 4 Derek 3.2 5 Elias 2.9 6 Fahdi 3.1 7 Gwen 3.7 Removing last student with GPA lower than 3.0 using a LIST iterator Displaying all students using for-each loop 1 Amber 3.4 2 Bill 2.6 3 Cherise 3.5 4 Derek 3.2 6 Fahdi 3.1 7 Gwen 3.7