Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 265 Bytes

File metadata and controls

7 lines (7 loc) · 265 Bytes

Armstrong-Number-checker-for-infinite-number-of-digits

  • This is the program to check if a Number is a Armstrong number using just for loop. Very simple script

Features.

  • Uses just for loop
  • Very simple and comprehendible program.
  • With explanation.