Cs110b assignment poker hand write a program that reads five cards

CS110B Assignment: Poker Hand Write a program that reads five cards from the user, then analyzes the cards and prints out the category of hand that they represent. Poker hands are categorized according to the following labels: Straight flush, four of a kind, full house, straight, flush, three of a kind, two pairs, pair, high card. To simplify the program we will ignore card suits, and face cards. The values that the user inputs will be integer values from 2 to 9. When your program runs it should start by collecting five integer values from the user. It might look like this (user input is in orange for clarity): Enter five numeric cards, no face cards. Use 2 – 9.

 

You must write a function for each hand type.  Each function should accept an int array as a parameter.  You can assume that the array will have five elements.  The functions should have the following signatures:

 

 

 

bool  containsPair(int hand[])

 

bool  containsTwoPair(int hand[])

 

bool  containsThreeOfaKind(int hand[])

 

bool  containsStraight(int hand[])

 

bool  containsFullHouse(int hand[])

 

bool  containsFourOfaKind(int hand[])

 

Calculate your order
Pages (275 words)
Standard price: $0.00
Client Reviews
4.9
Sitejabber
4.6
Trustpilot
4.8
Our Guarantees
100% Confidentiality
Information about customers is confidential and never disclosed to third parties.
Original Writing
We complete all papers from scratch. You can get a plagiarism report.
Timely Delivery
No missed deadlines – 97% of assignments are completed in time.
Money Back
If you're confident that a writer didn't follow your order details, ask for a refund.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Power up Your Academic Success with the
Team of Professionals. We’ve Got Your Back.
Power up Your Study Success with Experts We’ve Got Your Back.