Question: c++ Jump to level 1 2 Write an if-else statement for the following: If user Tickets is less than 7, execute awardpoints = 1. Else,
c++
Jump to level 1 2 Write an if-else statement for the following: If user Tickets is less than 7, execute awardpoints = 1. Else, execute awardpoints = userTickets. 3 6 Ex If userTickets is 3, then award Points = 1. 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
