Chapter 3 - Decisions Flashcards

0
Q

Nested loop

A

A loop that is contained in another loop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

relational operator

A

An operator that compares two values, yielding a Boolean result.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An operator that can be applied to Boolean values. Java has three Boolean operators: &&, | |, and !.

A

Boolean operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly