top of page

PROGRAMMING CHALLENGES

Charity Donation Tracker

Difficulty:

2 Medium

2.2 Practice Exam Questions

Topic:

CodeRelief is tracking donations for their charity. Write a program that allows the user to enter the names of 10 donors and the amount each donated. If a donation exceeds �500, it should be marked with a �*� next to the amount. Output the names and marked donation amounts.

Use arrays to store donor names and amounts, and an if statement to check and mark donations.

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