Problem
Using the BlackJackCard and PlayingCard classes think about:
i. How could this extra method be implemented by adding an instance variable? What would change?
ii. How could this extra method be implemented by adding code instead of an instance variable? What would it do?
iii. Which class would you add the instance variable or new code to?