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.

MATLAB self.cards starts as an empty array, and I add elements to

% 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!