Poker Hand
You are going to program and determine the Poker Hand Ranking.
Study and review the Case Study: Deck of Cards on page 256 which was presented in the class.
Do not copy the code on page 257 you will be given a starting code that you can use.
The first thing to do is you put your name and replace the string “YourNameHere”. A lot of declaration and initialization is done for you, then you add codes of your own to achieve the objective of the project. If you do not know the poker ranking study the ranking at the end of this assignment.
Objective: Group the 52 cards into 10 groups of five card from index 0. Display their value like 5 of hearts, K of spades etc. Then determine the poker hand ranking example Royal Flush, Two pair, Four of a kind, ….etc. see the sample report below.
You will NOT generate or shuffle the deck of card you are given the 52 numbers to represent the pre-shuffle deck of cards.
You will read in the 52 numbers as you can see the first few lines of the given starter code.
The given test data (52 numbers) are good for 9 ranks does not include Royal flush and the special straight for bonus. You must come up with your own test data to check all possible poker rank.
Generated report : (next page for a sample run result)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme