Question: using c++ Banker position position position3 Player Requirements: Your program must be implemented with at least four or more appropriate func- tions A function to
Banker position position position3 Player Requirements: Your program must be implemented with at least four or more appropriate func- tions A function to generate a random number for the card. O A function to specify the possible of the bet. o A function to start shuffling the cards. O A function to check the financial performance. O And other useful functions if necessary. Feel free to add any additional operations if necessary. The only way to quit this program is by choosing the "Quit" option. Whenever the "Check Player's Financial Status" option is chosen, the player's performance information would be displayed. Player's performance information must indicate the following: Total Number of Plays Total Number of Wins Total Number of Loses Financial Status . . . Hints: rand() ---- returns a pseudorandom integer value (0 --- RANDMAX) rand() % 6 - return a random number from 0 to 5 srand (...) seed random number generator Note: You should use proper programming style with plenty of comments in your program Deduct half a point for cach missing feature
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
