String[] shuffledDeck=standardDeck;
I believe that this statement points shuffledDeck to standardDeck and therefore whatever changes in shuffled deck changes in standard. Notice how when you print...