Question: MATLAB self.cards starts as an empty array, and I add elements to it (cards). I am not so sure if I did that part correctly...Hand.handSize
MATLAB
self.cards starts as an empty array, and I add elements to it (cards). I am not so sure if I did that part correctly...Hand.handSize is just a class constant =5.
Then, my real problem is I am not sure about getHandValue method.
I am trying to use a for-loop to access each element in self.cards array, then use getCardValue method to get each card's value, and then add it up to 'v'.
But I am stuck on how to access each element...please have a look at getHandValue method.

% canAdd is true if self isn't already a full hand; in this case add % Card c to self. Otherwise canAdd is false and do not add Card c canAddfalse: if length (self. cards )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
