Question: finish the code please 2:021 rps.c #include #include #define ROCK 0 #define PAPER 1 #define SCISSORS 2 // Print the prompt, scan in an integer,

finish the code please
 finish the code please 2:021 rps.c #include #include #define ROCK 0

2:021 rps.c #include #include #define ROCK 0 #define PAPER 1 #define SCISSORS 2 // Print the prompt, scan in an integer, and return it int getInt (char prompt[)i // Return 0 for a tie, 1 if playe 1 won, and 2 if player 2 won int findWinner(int plmove, int p2move); / Print three results in the order of ties / player 1 wins / player 2 wins void printResults (int numTies, int numPlWins int numP2Wins) i int main (void) int games-getInt ( "Enter the number of srand (0) for (int a-0; a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!