C: Variable Increment not working, Rock, Paper, Scissors
问题 I am currently stuck with my RPS program in that it will not properly store the number of times the user loses, or ties with the computer. For instance, when I run the program and enter "q" to quit I get the following output: Enter R, P, S, or Q (for quit) q You won 0 times, while the computer beat you 1900022269 times. You both tied 3 times. Thank you for playing! Note that I have played several games instead of running and quitting and have also gotten bad values for "l" and "t". It seems