tatterdemalion@programming.dev to Science Memes@mander.xyzEnglish · 8 months agoif statement == falsei.imgflip.comexternal-linkmessage-square39linkfedilinkarrow-up1253arrow-down118
arrow-up1235arrow-down1external-linkif statement == falsei.imgflip.comtatterdemalion@programming.dev to Science Memes@mander.xyzEnglish · 8 months agomessage-square39linkfedilink
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·8 months agoAn if statement with one condition is an if and only if statement. The moment you add a second (or more) condition (regardless of && or ||), then it’s no longer if and only if.
An
if
statement with one condition is an if and only if statement. The moment you add a second (or more) condition (regardless of&&
or||
), then it’s no longer if and only if.