Boolean Operators

Boolean Operators

Paper details:
Define some everyday if else statements you use to determine action. What are the branches of your statement?
What are the relational and Boolean operators you used in your example? If the Boolean operator is changed, does that change your outcome? If so, how?
Lastly, how would you program your above example in Java?