Updated README.md

added link back to the article: https://www.baeldung.com/java-check-two-of-three-booleans
This commit is contained in:
Asjad J 2022-06-14 10:04:16 +05:00 committed by GitHub
parent f5172c74e2
commit 8a6fd1ae8b
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ This module contains articles about Java operators
- [Logical vs Bitwise OR Operator](https://www.baeldung.com/java-logical-vs-bitwise-or-operator)
- [Bitmasking in Java with Bitwise Operators](https://www.baeldung.com/java-bitmasking)
- [Getting a Bit at a Certain Position from Integral Values](https://www.baeldung.com/java-get-bit-at-position)
- [Check if at Least Two Out of Three Booleans Are True in Java](https://www.baeldung.com/java-check-two-of-three-booleans)