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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!