nave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 1 year agoI wishi.imgur.comexternal-linkmessage-square179fedilinkarrow-up1908arrow-down117
arrow-up1891arrow-down1external-linkI wishi.imgur.comnave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 1 year agomessage-square179fedilink
minus-squarelobut@lemmy.calinkfedilinkarrow-up44·1 year agoJust do a while loop and subtract 2 if it’s positive or plus 2 is it’s negative until it reaches 1 or 0 and that’s how you know, easy! /s
minus-squareKoboldCoterie@pawb.sociallinkfedilinkEnglisharrow-up49·1 year agoGod, it’s so obvious, you can do it in only two lines of code. if (number == 1 || number == 3 || number == 5 || number == 7 || number == 9...) return false; else return true;
minus-squareArbiter@lemmy.worldlinkfedilinkarrow-up6arrow-down1·1 year agoObviously you couldn’t account for every number with only two lines.
Just do a while loop and subtract 2 if it’s positive or plus 2 is it’s negative until it reaches 1 or 0 and that’s how you know, easy! /s
God, it’s so obvious, you can do it in only two lines of code.
if (number == 1 || number == 3 || number == 5 || number == 7 || number == 9...) return false; else return true;
Obviously you couldn’t account for every number with only two lines.
Maybe you couldn’t
Only if your line is not long enough…