Question: This is my code in C++ for a pokergame assignment. the last picture is the description, and the one before that is when I try

This is my code in C++ for a pokergame assignment.
the last picture is the description, and the one before that is when I try to run the code.
Can you please see which part of my code is inccorent, and why it's not working?
thank you
 This is my code in C++ for a pokergame assignment. the
last picture is the description, and the one before that is when
I try to run the code. Can you please see which part
of my code is inccorent, and why it's not working? thank you
Description Submission Edit Submission view + 95 > ? Pokerhand.h PokerHand.cpp PokerHand_test.cpp
1 /include the essential files 2 #include > hand[i]; 28 29 30
//check if the cards contains fourofkindornot 31 //by calling the function 32

Description Submission Edit Submission view + 95 > ? Pokerhand.h PokerHand.cpp PokerHand_test.cpp 1 /include the essential files 2 #include > hand[i]; 28 29 30 //check if the cards contains fourofkindornot 31 //by calling the function 32 //if the return value true, then print massage 33 if (contains FourOfakind(hand)) 34 cout ? Poker Hand.hu Poker Hand.cpp PokerHand_test.cpp 0 41 42 //check if the cards contains Straight 43 //by calling the function 44 //if the return value true, then print massage 45 else if (containsStraight(hand)) 46 cout

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!