Write a program RockPaperScissors2.java
that allows the user to play the game of Rock, Paper, Scissors with the computer (Rock crushes Scissors, Scissors cut Paper, Paper covers Rock).
For this version of the program, have the user enter their choice–“R(ock)”, “P(aper)”, “S(cissors)”, or “Q(uit)”–and have the game continue until they quit. Keep track of the number of times the game has been played and the number of times the player has won, and report their score statistics as the game proceeds.