Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a program ( war . c ) that simulates a game of war by generating two random playing cards ( 2 through 1 0
Create a program warc that simulates a game of war by generating two random playing cards through J Q K A The first card represents the first player's Player A hand, and the second card represents the second player's Player B hand. Use the functions Shuffle Deck,Create Deck and Deal Cards. Display the card each player was "dealt" then determine the winner.
The winner is the player with the larger value. Ace is considered the largest value. Display who won or if it is a tie theres no need to play out the "war" scenario Once the outcome has been determined prompt the user if heshe wants to continue playing. For this, you can use the number to represent "yes" and for no Show a Uml diagram as well.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started