top of page

PROGRAMMING CHALLENGES

Festival Budget Planner

Difficulty:

3 Hard

2.2 Practice Exam Questions

Topic:

Part 1: Write a program to plan the budget for a festival. Input the number of days, expected attendees, and the type of festival (Music, Food). Music costs £5000/day, Food costs £3000/day. Part 2: Extend the program to include sponsorship deals that reduce the cost by a percentage based on the sponsor type (Gold 20%, Silver 10%). Output the final budget.

Inputs: Number of days, attendees, festival type, sponsor type. Outputs: Festival budget. Calculations: Multiply cost by days, apply sponsorship discount. Variables: days, attendees, festival_type, sponsor_type, budget, discount.

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