Part of the problem is that temp.getNext(); is not being put into anything so temp does not change? Possibly other issues, this works though


public Deck()
{
Node temp = new Node(new...