Question: in javascript web apps node.js Write an if-else statement that if userTickets is less than or equal to 5, executes awardPoints = 20. Else, execute

in javascript web apps node.js

Write an if-else statement that if userTickets is less than or equal to 5, executes awardPoints = 20. Else, execute awardPoints = userTickets. Ex: If userTickets is 3, then awardPoints = 20

given:

var awardPoints = 0; var userTickets = 4; // Code will be tested with values: 4, 5 and 6

/* Your solution goes here */

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!