top of page

PROGRAMMING CHALLENGES

Online Store Order Processor

Difficulty:

3 Hard

2.2 Practice Exam Questions

Topic:

Part 1: Develop a program to process online store orders. Each order includes item price, quantity, and delivery type (Standard, Express). Calculate the total cost for each order. Part 2: Extend the program to apply a delivery fee: Standard £5, Express £10. Output the final cost for each order.

Inputs: Order details (price, quantity, delivery type). Outputs: Total cost for each order. Calculations: Multiply price by quantity, add delivery fee. Variables: orders, price, quantity, delivery_type, 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