Write a script that will print 10 random number cards from a deck.
A. The script will build a deck of 52 cards by using nested foreach loops.
C. The rand() function will be used to get a random card from the pack. There should be no duplicates in the 10 cards selected from the deck.