For every 1 unit increase in clothes, the washing machine will use 10% more water (multiplicative) to clean (i.e. For C = C + 1, W = W * 110%.
This instruction is wrong. It should say:
For every 1 unit increase in clothes OVER THE L, the washing machine will use 10% more water (multiplicative) to clean (i.e. For O = O + 1, W = W * 110% Given O = C-L)
I love what I did here! Kudos!
yamete kudasai 🥹
I literally facepalm about the mission 2. Like seriously!? hahahaha
I've changed it.
You could make heads or tails of ANYTHING the description was stating?
Is it because English is not my first language? Is that why I am having issues?
This comment is hidden because it contains spoiler information about the solution
Adding some random tests would be good.
For every 1 unit increase in clothes, the washing machine will use 10% more water (multiplicative) to clean (i.e. For C = C + 1, W = W * 110%.
This instruction is wrong. It should say:
For every 1 unit increase in clothes OVER THE L, the washing machine will use 10% more water (multiplicative) to clean (i.e. For O = O + 1, W = W * 110% Given O = C-L)