Select your answer and click the button below:    
Question2:  
  Num := 17;  
  Operation MyOp (clears Num: Integer);
     
  After MyOp executes the value of Num is:
   
  arbitrary value of the same type
zero
same value as before