Write a program that mimics a flop-turn-river


Write a program that mimics a flop-turn-river of a poker game. It should have three buttons titled Deal, Shuffle and Start Over. When the shuffle gets pressed, a random order for the 52 cards must be decided. When the user clicks the deal button for the first time the top card on the deck should be burnt (the back of the card must be displayed in the second row) and three top cards from the deck gets displayed (in the fi rst row).
The second time (the turn) the button is pressed, the top card must be burnt (to be displayed next to the fi rst burnt one) and the next card must be displayed next to the three. The third round (the river) is similar to the turn.
The user must be able to look at a burnt card by clicking it with the mouse and must be able to start over by pressing the start-over button.  

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that mimics a flop-turn-river
Reference No:- TGS086817

Expected delivery within 24 Hours