@[email protected] to Programmer [email protected]English • 20 hours agoI have a 64-bit genderlemmy.mlimagemessage-square19fedilinkarrow-up1245arrow-down125cross-posted to: [email protected]
arrow-up1220arrow-down1imageI have a 64-bit genderlemmy.ml@[email protected] to Programmer [email protected]English • 20 hours agomessage-square19fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•15 hours agoimport isFemale def isMale(Person): if isFemale(Person): return False else: return True
minus-square@spongebuelink8•14 hours agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
import isFemale def isMale(Person): if isFemale(Person): return False else: return True
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded