in a certain video game, players are awarded bonus points at the end of a level based on the value of the integer variable timer. the bonus points are awarded as follows. if timer is less than 30, then 500 bonus points are awarded. if timer is between 30 and 60 inclusive, then 1000 bonus points are awarded. if timer is greater than 60, then 1500 bonus points are awarded. which of the following code segments assigns the correct number of bonus points to bonus for all possible values of timer ? select two answers.