One thing we need to consider is if we are gong to keep brew and pour separate - how are we going to enforce that the wad used in brew() is equal to the sum of the wads in wad[] in pour? How are we going to handle cases where the values are different?
One thing we need to consider is if we are gong to keep
brew
andpour
separate - how are we going to enforce that thewad
used inbrew()
is equal to the sum of the wads inwad[]
inpour
? How are we going to handle cases where the values are different?