How do i get through #11?!?!?!?! help me out im on the beginner chapter HELP ME!

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/learn-java/lessons/introduction-to-java/exercises/equality-operators
<In what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

Hi, @designninja69539,

The Boolean values are …

  • true
  • false

The equality operators are …

  • ==
  • !=

Inside the parentheses for …

System.out.println();

… use either equality operator to compare two Booleans. Both Booleans can be the same, or they can be different. It is your choice.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.