The logical and takes two boolean-type values and is only true if both of them are true.

Sweet! The result is true because b1 and b2 are true; if one or both of them would have been false, the result would have been false as well.

Are you sure that this is the right time and place for the + sign?