Updated README.md

added link back to the article: https://www.baeldung.com/java-armstrong-numbers
This commit is contained in:
Asjad J
2022-08-25 21:45:03 +05:00
committed by GitHub
parent d3d4007afd
commit bea5a33d4e

View File

@@ -2,3 +2,4 @@
- [Check if a Number Is Odd or Even](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)