Users Pricing

forum

home / developersection / forums / what is an armstrong number in c# ?

What is an Armstrong Number in C# ?

Anonymous User 2275 26 Nov 2018

Like as - 

371 = (3*3*3)+(7*7*7)+(1*1*1)

where:

(3*3*3)=27

(7*7*7)=343

(1*1*1)=1

So:

27+343+1=371      


Anonymous User

Content Writer

I am a content writter !


1 Answers