Select your answer and click the button below:    
For all the following questions assume that the type Card has one of four values: ♥, ♠, ♦, ♣. The initial value of Card variable is: ♠. Also assume that the Stack Entry type is a Card.  
   
Question1:  
  Card1 = ♥;  
  Operation PlayCards (alters Card1: Card);
   
  After PlayCards executes the value of Card1 is:
   
  arbitrary value of the same type
5