A local agricultural cooperative is filling a grain silo to a specific target weight from successive truck deliveries. Several truckloads of grain will be added until the target capacity is met or exceeded.
Write a program in Python, pseudocode, or any high-level programming language that tracks the total weight of grain added towards the target capacity.
The program must:
Silo filledOverflow by followed by the excess weight delivered (the difference between the remaining weight and 0)You should use meaningful variable names and correct programming 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.