I just wrote a Rock, Paper, Scissors game, and I want that each me or cpu won, the score will increase by 1. So I writing as below:
int myScore = 0; int cpuScore = 0;