Write an if-else statement for the following: If userTickets is not equal to 7, execute awardPoints = 10. Else, execute awardPoints = userTickets. Ex: If userTickets is 14, then awardPoints = 10.
Check numbers 6, 7, 8, 9.
Prior posts are not correct. They did not answer the results after testing 6, 7, 8, 9. If user enters 7, the result should be 7 (not 10)