+ 1
How is this incorrect?
a || b is true if either a or b is true.
3 Answers
+ 2
|| means âorâ so if a OR b is true the result is true and if neither are true the result is false
0
Hah! âSelect all that applyâ i dont know how i missed this. Sorry guys.
0
|| means âorâ so if a OR b is true the result is true and if neither are true the result is false
â-
i understand the operators , it was telling me to select all that apply and I was only selecting the one I posted above.