Chapter 3 - Decisions Flashcards
0
Q
Nested loop
A
A loop that is contained in another loop.
1
Q
relational operator
A
An operator that compares two values, yielding a Boolean result.
2
Q
An operator that can be applied to Boolean values. Java has three Boolean operators: &&, | |, and !.
A
Boolean operator