Armstrong Number
what is Armstrong number ? how to check no is Armstrong in c#.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Nov 25, 2014, 1:16 AM
Hi Namit Kumar,
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371.
Read these links, it will help you to check no is Armstrong or not in c#.
http://www.c-sharpcorner.com/Blogs/14017/
http://www.sanfoundry.com/c-program-to-check-whether-the-entered-number-is-an-armstrong-number-or-not-2/