Question: Description: Your task is to implement the Rock-Paper-Scissors game in Java. name. You must first display a nice game title and ask the user for

Description: Your task is to implement the "Rock-Paper-Scissors" game in Java. name. You must first display a nice game title and ask the user for their nan The computer must randomly choose 0, 1 or 2 (0 = Rock; 1 = Paper; 2 = Scissors). The user must be allowed to choose 0, 1 or 2 (0 = Rock; 1 = Paper; 2= Scissors). Your program must display each choice in words (user and computer) as well as the winner. Please ensure that you always display the user's name in a sensible format (proper case). Good coding practices are expected (sensible variable names, indention, comments, etc.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
