what the categories of the method
conditionals and loops
what the other name of conditional statment
selection statement
what if the equality operators
== !=
what is the relational operators
<=,>=
the arithmetic operations have the greater precedence than the relational operators true or false
true
what is the logical operators
not ,or ,and
what is the predence of the logical operators
the first is not then and then or
if the left hand side of the operator (and ) if false then the value is false true or false
true
if the left hand side of the operator (or )is true then the value would be true
true or false
true