employer cover photo
employer logo
employer logo

Efftronics Systems

Is this your company?

Efftronics Systems Interview Question

write a program for amstrong number

Interview Answers

Anonymous

Dec 7, 2016

Hi

Anonymous

Dec 7, 2016

Hello There, An Armstrong or Narcissistic 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.