6.8 Modify the simple program in Section 6.2.2 so that all removals are performed in a single loop.
Hint: Create a temporary ArrayList object to hold the un-removed elements. What is a drawback to
this approach?
 
 
View Solution
 
 
 
<< Back Next >>