top of page

PROGRAMMING CHALLENGES

Concert Ticket Allocation

Difficulty:

2 Medium

2.2 Practice Exam Questions

Topic:

RockFest is allocating concert tickets. Write a program that stores the names of 5 ticket holders in an array. If someone cancels, the user should be able to replace the name in the array with a new ticket holder�s name. Output the updated list of ticket holders.

Use an array to store ticket holder names and allow replacements using an if statement.

Need help with your programming skills?

If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.

bottom of page