Skip to content

Commit

Permalink
Added note about issue #106
Browse files Browse the repository at this point in the history
See #106
  • Loading branch information
BobSaidHi committed Nov 21, 2021
1 parent 109d6f9 commit c4f68f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/JavaCheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ System.out.println((double) 3 / 2);

Booleans can hold the values `true` and `false`.

> Noe about the logical OR operator: The operator for OR in Java is `||`, eg: `A || B`. This may be incorrectly displayed below do to a conflict with the markdown table symbol `|`. It appears that the markdown conversation VSCode extension requires an escape character (`\`), while GitHub pages does not.
| Operation | Example | Explanation |
|---|---|---|
| NOT | `!A` | Opposite of A |
Expand Down

0 comments on commit c4f68f6

Please sign in to comment.