write a program to check whether it is a Armstrong or not ?
Input : 153Output : Yes
153 is an Armstrong number.1*1*1 + 5*5*5 + 3*3*3 = 153
Discussion posts and replies are publicly visible
Did you try anything yourself? Where did you reach? And why don't you use the internet to get answers to such basic problems from sites like stackoverflow or geeksforgeeks?