Fill in the Logic Blanks

Instructions:   Think of the answer: true or false, that should fill each blank, then click on the buttons to see if you are correct.
Remember that && means "AND" in Java and || means "OR"


1.   1+2 > 4-2 && 12 < 23     evaluates to   .

2.   1+2 > 4-2 || 12 < 23     evaluates to   .

3.   1+2 > 4-2 && 12 > 23     evaluates to   .

4.   1+2 > 4-2 || 12 > 23     evaluates to   .


Expect to see questions like these on the next quiz. Are you sure you know how to figure out the answers?