COSC 120 Homework 2/28/2017 Distributed: 2/28/2017 Due: 7 March 2017 Play a guessing game with the user. Five rounds. In each round: invite the user to guess a number between 2 and 12 echo the user's guess Roll two 6-sided die, sum the faces. Report the summed value to the user Tell the user his score for this round: +1 if guess is less than or equal 2 points away from roll. -1 if guess is greater or equal 5 points away from roll. 0 otherwise At the end of five rounds, report total score to user. Example round: Guess a number between 2 and 12: 10 Actual roll: 7 Your score for this round: 0 Example round: Guess a number between 2 and 12: 7 Actual roll: 7 Your score for this round: 1 Turn in: hardcopy of your code screen shot of game play