WebClient object to read the file from the Web.WebClient.Open method. This method
takes the URL as an input parameter, and returns a Stream object.Stream object to create a StreamReader. (See
http://msdn2.microsoft.com/en-us/library/yhfzs7at(VS.80).aspx).
CardDeck that represents a single deck of cards. Make a list of the following:
This problem does not require writing any code. Also, I am not looking for a very extensive list.
Note: A standard "Anglo-American" card deck contains 52 cards. There are four suits: diamonds, spades, hearts, and clubs. Within each suit, there are nine numbered cards (2 through 10), three face cards (king, queen, and jack), and one ace card. For more information, see http://en.wikipedia.org/wiki/Playing_cards#Anglo-American-French.
For problem #2, please email your answers to me before class, or else bring to them to the next class, and we will use them for an in-class exercise. (However, the homework is optional.)