Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write the code in C. Rock Paper, and Scissors. The user will input r for rock, p for paper, s for scissors. On any
Please write the code in C.
Rock Paper, and Scissors. The user will input r for rock, p for paper, s for scissors. On any other entry your program should report an error. Your program must randomly generate its own rock, paper, or scissors, and compare it with the input 2 to determine the winner.
Example output:
Rock, paper, or scissors? r
I rolled rock. We tie!
Rock, paper, or scissors? s
Irolled paper. You win!
Rock, paper, or scissors? p
I rolled scissors. You lose!
Rock, paper, or scissors? a Error: you did not enter r, p, or s!
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