A school club is raising money to buy new equipment. Instead of one person paying, several members will contribute different amounts towards a fundraising target.
Write a Python program that asks members how much they are contributing towards the target and works out when the target is reached. Each member can contribute a different amount.
The program should:
Target achieved.Surplus is followed by the difference (as a positive number) showing by how much they exceeded the target.You should use indentation as appropriate, meaningful variable name(s), and Python syntax 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.