top of page

PROGRAMMING CHALLENGES

Delivery Time Estimator

Difficulty:

2 Medium

2.2 Practice Exam Questions

Topic:

A delivery company wants a program that estimates delivery times based on distance. The user should input the delivery distance in miles. For distances under 50 miles, the delivery time is 1 day. For 50-100 miles, it's 2 days, and for over 100 miles, it's 3 days.

Use if-elif-else statements to determine and display the delivery time based on distance.

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