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