n a certain game, the integer variable bonus is assigned a value based on the value of the integer variable score. if score is greater than 100, bonus is assigned a value that is 10 times score. if score is between 50 and 100 inclusive, bonus is assigned the value of score. if score is less than 50, bonus is assigned a value of 0.