MHLoppy to Programmer [email protected] • 29 days agoisInHell = 'true'fedia.ioimagemessage-square83fedilinkarrow-up1680
arrow-up1680imageisInHell = 'true'fedia.ioMHLoppy to Programmer [email protected] • 29 days agomessage-square83fedilink
minus-squareLovable SidekicklinkfedilinkEnglish1•28 days agoLOL but it was ’ x + 1’ not ‘x += 1’ tho.
minus-square@[email protected]linkfedilink4•28 days agoWe don’t know what value X has. If it isn’t initialised it could have any value including the maximum. Then it would overflow. But let’s be honest, that is unlikely.
isInHell = '(x + 1 > x)'
Fun and games till x overflows.
LOL but it was ’ x + 1’ not ‘x += 1’ tho.
We don’t know what value X has. If it isn’t initialised it could have any value including the maximum. Then it would overflow.
But let’s be honest, that is unlikely.