top of page

PROGRAMMING CHALLENGES

Sports Event Scheduler

Difficulty:

2 Medium

2.2 Practice Exam Questions

Topic:

Part 1: Write a program to schedule sports events. Input the number of teams and the type of event (League, Knockout). League costs £100/team, Knockout costs £150/team. Part 2: Extend the program to include an optional trophy package for £50 per team. Output the total cost.

Inputs: Number of teams, event type, trophy package option. Outputs: Event cost. Calculations: Use if-else for event type, optional trophy package. Variables: teams, event_type, trophy_package, total_cost.

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