write an if-else statement for the following: if usertickets is equal to 7, execute awardpoints = 1. else, execute awardpoints = usertickets. ex: if usertickets is 3, then awardpoints = 3. c

Relax