This is the blog of a starving college student, equipped with some outdated tech, the attention span of a goldfish, and is a kid at heart. Follow at your own risk.
Catching Elephant is a theme by Andy Taylor
you could try nested if statements
I need to write
a&&b without using the && operator.
in other words, true only if a and b and both true. all other cases are false. so its not iff.
yeah. help.
(Source: elastic--bands)
!(!a || !b) DeMorgan’s Law. Look it up.
you could try nested
You could use bitwise operators...believe. If not, then yes embedded ifs would work as...