Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Rock Paper Scissors Input File: rock-paper-scissors-sample file.txt Rock, paper, scissors is a classic childrens game. The rules are simple. At the same time, each person

image text in transcribed

Rock Paper Scissors Input File: rock-paper-scissors-sample file.txt Rock, paper, scissors is a classic childrens game. The rules are simple. At the same time, each person makes a hand representation of a rock, a sheet of paper, or a pair of scissors. Each symbol chosen has a cyclical status of dominance over the over, ie, rock bets scissors, scissors cuts papers, and paper covers rock. If the two players chose the same symbol, it results in a draw. Write a program that reads a file with the users input of an "R" for "Rock", a "P" for "Paper" and a "S" for "Scissors". You must then determine the winner based upon the rules above. Also, at the end of the series of game, you must present a summary of each user's wins and the number of draws Sample input: Sample output: Player 1 Player 2 Rock Scissors Summary: Total Number of Games played: XX Result: Winner Player 1 Player 1 Player 2 Rock Result: Draw Player 1 won XX games. Player 2 won XX games. Draws: XX Rock

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL 10 High Performance Expert Techniques For Query Optimization High Availability And Efficient Database Maintenance

Authors: Ibrar Ahmed ,Gregory Smith ,Enrico Pirozzi

3rd Edition

1788474481, 978-1788474481

More Books

Students also viewed these Databases questions