1 class (you can call it whatever you like) put all 3 parts below in the class. A "counter" (you can name it counter) varaible that can be incremented to go from 1 to some number. All 3 parts can be ...
An Album class with a constructor method, getter and setter methods, and a 'toString()' method to create two ArrayLists of Album objects (named 'albums1' and 'albums2'). A Selection Sort method that ...