Question: CHALLENGE 123.1: Conditionals Reset Write an if-else statement that if userTickets is less than or equal to 5, executes awardPoints- 15. Else, execute awardPoints userTickets.

CHALLENGE 123.1: Conditionals Reset Write an if-else statement that if userTickets is less than or equal to 5, executes awardPoints- 15. Else, execute awardPoints userTickets. Ex: If userTickets is 3, then awardPoints 15 1 var awardPoints 0; 2 var userTickets 4; // Code will be tested with values: 4, 5 and 6 4 /* Your solution goes here 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
