You must log in or register to comment.
if ( parameters.teaMass <= TEA_BAG_WEIGHT ) { return "Error: incorrect input. Check if tea bag was inserted correctly into water container." }
#define TEA_BAG_WEIGHT 0
And then a user starts adding weights to the label until it passes.
unlikely