Pergunta de entrevista da empresa Efftronics Systems

write a program for amstrong number

Respostas da entrevista

Sigiloso

7 de dez. de 2016

Hi

Sigiloso

7 de dez. de 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.