Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 6 - No. 2)

In the context of pseudocode for calculating ticket prices, what would cause the 'Discount' to be 0.2?
Number of tickets > 10
Number of tickets < 10
Number of tickets > 20
Number of tickets = 0

Explanation

The code shows Discount set to 0.2 if the NumberOfTickets is greater than 20.

Comments (0)

Advertisement