Question: Can someone send me the code my C++ programming homework? I need a program that plays Rock Paper Scissors by asking the user to input
rses/6504/assignments/t050grs c Search LAB 2: R/P/S Due Mar 6 by 11:59pm Points 100 Submitting a file upload File Types cpp Available Feb 23 at 12am Mar 13 at 11:59pm 19 days Programming Lab 2: Rock Paper-Scissors Objective: To play the rock-paper-scissors game. This program should play one game of the rock-paper-scissors game, which is where each player picks either rock, paper, or scissors, and then one of the folowing happen: Rock breaks scissors Paper covers rock There is a tie (both players picked the same thing If the user enters invalid input, your program should say so, otherwise it will output one of the above results. You should randomly generate a number to determine the computer's move. For examples of how to generate a random number, see random5to10cpp lgenerating one number between 5 and 10 and random cpp lusing aloop) Here is some sample output: [dolearyBlocalhost cs11aajs ./a.out Please enter your move ("P for Paper, 'R' for Rock, 's' for Scissors r Computer's move is scissors Rock Breaks Scissors dole any localhost cs11eals -Va.cut Please enter your move P for Paper 'R' for Rock, "s" for scissors) R s move is paper Computer Wins Paper Cover (dolearygiocalhost cs 110a]$ ./a-cut Please enter your ove for Paper
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
