A local club is fundraising to build a new community garden. Members of the community contribute different amounts until the fundraising target is met.
Write a program in Python or exam-style pseudocode that asks users to enter donations and tracks when the fundraising goal is reached.
The program should:
Target reached.Stretch goal fund is followed by the positive difference (how much they went over the target).You should use meaningful variable names and correct syntax/structure in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.