Big Java: 3 Flashcards
1
Q
how to lay out an “if/else” statement
A
just do it
2
Q
how to denote that two conditions must be true (“and”)
A
“&&”
3
Q
how to denote that one of two conditions must be true
“or”
A
”|”