Computer Science, asked by viveksharma006531, 1 month ago

a C program to given 3 digit number is Armstorng or not​

Answers

Answered by kingslint
2

Answer:

For Example . . . 153 and 1634 are Armstrong numbers. ... That is, 1*1*1*+5*5*5+3*3*3 = 153, 1*1*1*1+6*6*6*6+3*3*3*3+4*4*4*4=1634 are Armstrong numbers. The below given C program is a technique to Check a 3 digit number is armstrong or not.

ak more questions :)

Similar questions