Update README.md

This commit is contained in:
collaboratewithakash 2022-09-23 16:39:30 +05:30 committed by GitHub
parent b99ad6de82
commit a9b07fe7c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
### Relevant Articles:
- [Check if a Number Is Odd or Even](https://www.baeldung.com/java-check-number-parity)
- [Check if a Number Is Odd or Even in Java](https://www.baeldung.com/java-check-number-parity)
- [How to Check Whether an Integer Exists in a Range with Java](https://www.baeldung.com/java-interval-contains-integer)
- [Check if a Number Is Positive or Negative in Java](https://www.baeldung.com/java-check-number-positive-negative)
- [Armstrong Numbers in Java](https://www.baeldung.com/java-armstrong-numbers)