Menu

[solved] – Question 99414

Write an if-else statement for the following:

If userTickets is greater than 8, execute awardPoints = 10. Else, execute awardPoints = userTickets.

Ex: If userTickets is 14, then awardPoints = 10.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *