Coding challenge from Cody Clay for May 13th meeting!

Challenge: Rock, Paper, Scissors

** Specifications: 
This goal of this program is to create a rock, paper, scissors simulator, except for it you against the computer. 
Your program will prompt the user for either rock, paper, or scissors. 
After the user has entered their response, your program will print out the computers choice. 
After that, your program will display the winner of that round, and then display your total wins and losses for the game. 
After a certain number of rounds, the game will end and your program should display the overall winner. 

** Example:
Welcome to Rock, Paper, Scissors!
Enter your choice: Rock

Rock!
Paper!
Scissors!
Shoot!
You chose Rock!
The computer chose Paper!
Oh no, you lost!
Your wins: 0
Your losses: 1