CH6 Flashcards
1
Q
what the categories of the method
A
conditionals and loops
2
Q
what the other name of conditional statment
A
selection statement
3
Q
what if the equality operators
A
== !=
4
Q
what is the relational operators
A
<=,>=
5
Q
the arithmetic operations have the greater precedence than the relational operators true or false
A
true
6
Q
what is the logical operators
A
not ,or ,and
7
Q
what is the predence of the logical operators
A
the first is not then and then or
8
Q
if the left hand side of the operator (and ) if false then the value is false true or false
A
true
9
Q
if the left hand side of the operator (or )is true then the value would be true
true or false
A
true