Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are tasked with creating a simple 'Rock Paper Scissors' game, but with a little twist! You are not allowed to use string ( other
You are tasked with creating a simple 'Rock Paper Scissors' game, but with a little twist! You are not allowed to use string other than with std: :cout or char in your code.
To help you with this problem, you are given a RandNumGen function that randomly generates and returns or when called.Below is an example of how your program should behave:Enter RockPaper or Scissors: You picked: PaperThe computer picked: RockYou win!
General Instructions:
When writing your program, you may only use concepts you have learned in the course thus far, with the exception of string and char.
Your program should compile and run. You can assume the input will be or
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