Skip to content

Head-start27/Rock_paper_scissors.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock_paper_scissors.java

Here’s a well-structured Java program for a Rock, Paper, Scissors game using a switch statement. The game allows a user to play against the computer, keeps track of the score, and runs in a loop until the user decides to exit. Features of this Program: Uses a switch statement for decision-making. Generates a random choice for the computer. Validates user input. Displays scores after each round. Allows the user to play multiple rounds until they choose to exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages