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 7710b1b7e0
commit 1cfe6a2bb9

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)