kimposible79 kimposible79 22-09-2020 Computers and Technology contestada (choose one) Which is the proper means to decrement the integer variable, myScore, by one? myScore--; myScore = 1 - myScore; myScore += 1; None of the others.