integer awardPoints
integer userTickets
// Program will be tested with 6, 7, 8, and 3.
userTickets = Get next input
// Your solution goes here
Put "awardPoints: " to output
Put awardPoints to output
