Assume for this question, the following method stub:
public boolean hasFlowers() { // code would go here }
When we look at this method, what do we know when we see the keyword boolean?
There are no hints for this question