Write a C/C manager/worker program to study various strategies for playing the card game called twenty-one. This must be implemented as a multiprocess application. The manager process is the dealer. The worker processes are the players. At least two player processes must be implemented and each must have a unique strategy detailed in the report. Run at least one thousand trials, each with a freshly shuffled deck. Report the number of times the dealer and each player wins. Test your code running it in the Ubuntu LTS environment that you created for Pgm1base.

Solved
Show answers

Ask an AI advisor a question