Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

public class Deck f public void sort(f Collections.sort(cards); in the main meth

ID: 3587635 • Letter: P

Question

public class Deck f public void sort(f Collections.sort(cards); in the main method, shuffle all the cards, print all cards. Then sort the card, print all cards again. Create a GUI with two buttons: deal and sort. When you click the Deal button, ten cards will be dealt. Then when you click Sort, cards will be sorted in an ascending order. (Remember to have a layered pane and set the layout to absolute layout so that cards can be overlapped) 2. Submission: A screenshot of result from the GUI and a .zip file of your code.

Explanation / Answer

NOTE: Due to time constraints (2hr limit) the sort function could not be implemented.