Question: write in c++ Write an if-else statement for the following: If userTickets is equal to 8 , execute awardPoints =1. Else, execute awardPoints = userTickets.
Write an if-else statement for the following: If userTickets is equal to 8 , execute awardPoints =1. Else, execute awardPoints = userTickets. Ex: If userTickets is 3 , then awardPoints =3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
