This is a basic Java program where you can play Rock, Paper, Scissors with the computer.
- Lets the user choose rock, paper, or scissors
- The computer randomly chooses one
- The winner is decided based on the rules
- Make sure Java is installed on your computer.
- Open the command prompt and go to the project folder.
- Compile the program: javac Rock_Paper_Scissor.java
- Run the program: java Rock_Paper_Scissor
This project is created by Santhi, a first-year CSE student at Andhra University.