Question: Let's write a MATLAB script to play Rock-Paper-Scissors with computer. The program should first ask the user to indicate his handshape with an integer number

Let's write a MATLAB script to play Rock-Paper-Scissors with computer. The program should first ask the user to indicate his handshape with an integer number (1, 2, or 3): 1 Rock 2- Paper 3 Scissors Then computer generates a random integer number between 1 and 3. The rule of the game is: Rock beats Scissors, Scissors beats Paper, Paper beats Rock. If the given input by the user is invalid, the message is "Invalid input! Please enter either 1, 2 or 3!" For valid input by the user, the message is either. "You Lost! "You Won!",or "It is a Tie
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
