Comment on Bug in windows calculator (10 * 10 + 10 * 10 = 1100)Comments−kaoD11yNot a bug.In standard mode Windows calculator does the operations in order (just like most handheld non-scientific calculators). You're doing (10 * 10), ((10 * 10) + 10), (((10 * 10) + 10) * 10).
Comments
Not a bug.
In standard mode Windows calculator does the operations in order (just like most handheld non-scientific calculators). You're doing (10 * 10), ((10 * 10) + 10), (((10 * 10) + 10) * 10).