Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am writing this in C++. I have been using if statements, which has been working fine however, I am stuck on the Upper case
I am writing this in C++. I have been using if statements, which has been working fine however, I am stuck on the Upper case and Lower case letters part. Attached is my the program outline as well as my code.
Write a program to score the Rock-Paper-Scissors game. Each of two users type in a character either R, P, or S (or the lowercaser,p, s). The program than announces the winner as well as the basis for determining the winner: Paper covers Rock, Rock breaks Scissors, Scissors cut Paper, or a tie game. Be sure to allow users to use lowercase as well as uppercase letters. #include
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started