Follow along and implement the High Card code in the Objects module to get a working High Card game.
Input:
Output:
Change the High Card program so that the player and computer each draw 2 cards instead of 1. The player with the highest of any of the cards wins.
Input:
Output:
Follow along the examples in the Creating Objects with Loops module, and then try implementing a card deck generation function from scratch. What might you do differently?
Input:
Output: