Chapter 4 Flashcards
1
Q
What is a query that returns a boolean called?
A
A predicate
2
Q
> = is a _________ operator
A
comparison
3
Q
A Predicate must have what 2 requirements?
A
- A return type in its declaration
- Must indicate what value to return in a return statement