Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded Java Program for Armstrong Number #1372
Conversation
|
Hi @Utsav1999 this program already exist in https://github.com/TheAlgorithms/Java/blob/master/Others/Armstrong.java |
|
Thank you @rjtmahinay for highlighting this. But this problem should be added to Math section. |
I added a program to check whether a number is an Armstrong Number or not.