subject

The ranks are: 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, Ace. The suits are: Clubs, Diamonds, Hearts, Spades. For this question, we represent each rank by a string of length one:
’2’ to ’9’ for 2 to 9 respectively, ’T’ for 10,
’J’ for Jack, ’Q’ for Queen, ’K’ for King, ’A’ for Ace.
We also represent each suit by a string of length one:
’C’ for Clubs, ’D’ for Diamonds, ’H’ for Hearts, ’S’ for Spades.
Fall 2014
Finally, we represent a card by a string of length 2, the first character being the rank and the second being the suit. For example, Queen of Hearts is represented by ’QH’, and 3 of Clubs is represented by ’3C’.
In the game of bridge, a hand consists of 13 cards, which we represent by a list of cards. When given a hand, here is the common way to count points.
High rank points:
β€’ For each Ace, we count 4 points.
β€’ For each King, we count 3 points. β€’ For each Queen, we count 2 points. β€’ For each Jack, we count 1 point.
Short suit points:
β€’ For each suit, we count 1 point if the hand contains exactly two cards of that suit. β€’ For each suit, we count 2 points if the hand contains exactly one card of that suit. β€’ For each suit, we count 3 points if the hand contains no cards of that suit.
On the next page, write a function which takes a hand as input and returns the number of points in that hand.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
Aplan to budget time for studying and activities is referred to as a study routine. study habits. study skills. a study schedule.
Answers: 1
question
Computers and Technology, 22.06.2019 15:30
Melissa needs to add a topic to an email that she will send to her teacher. choose the name of the field where she should type her topic.
Answers: 2
question
Computers and Technology, 22.06.2019 18:30
Which cultural aspect does this type of song best portray? a german polka dance
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
You know the right answer?
The ranks are: 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, Ace. The suits are: Clubs, Diamonds, H...
Questions
question
Mathematics, 30.06.2019 04:00
question
Biology, 30.06.2019 04:00
question
Mathematics, 30.06.2019 04:00
Questions on the website: 13722363