A craft brewery is filling a fermentation vessel to a specific target volume. Brewers add starter liquid in batches of varying sizes until the vessel's target volume is met.
Write a program in Python or exam-style pseudocode that asks users to enter the target volume and tracks when the target is reached.
The program should:
Vessel full.Spillway overflow is followed by the positive difference (how much they went over the target volume).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.