The program demonstrates the way of removing duplicated elements from an ArrayList. A nested while-loop is needed in order to figure out and remove the repeated item.
You'll learn most by trying my code while watching the video.
Please post your improvement on my code on the comments.
Concepts:
ArrayList
Nested while-loop
Playlist of my Java course
• [14 hours] Java tutorial for beginner...
Playlist of my Java examples
• Java projects for beginners | Java pr...