CSIS 113A C++ Programming Level1
Rock, Paper, Scissors
Introduction
In this assignment you will create a program that will simulate
the popular children’s game “Rock, Paper, Scissors”; using only
Boolean logic and practice using the for-loop and logical operators
as well as continue getting used to data of various types.
Skills: string input/output, data types, logical operators, and
control structures
Rock-Paper-Scissors
Rock-Paper-Scissors is a game where two players, on the count of
3, show the rock/paper/scissors symbol with their hand....