Question
check Armstrong
write a program to check whether it is a Armstrong or not ?
Input : 153
Output : Yes
153 is an Armstrong number.
1*1*1 + 5*5*5 + 3*3*3 = 153
write a program to check whether it is a Armstrong or not ?
Input : 153
Output : Yes
153 is an Armstrong number.
1*1*1 + 5*5*5 + 3*3*3 = 153
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.