Embed presentation
Download to read offline









This presentation introduces Armstrong numbers through definitions, examples, and a program to check if a number is Armstrong. It lists the project members, defines Armstrong numbers as numbers where the sum of each digit raised to the third power is equal to the number, and notes there are 13 Armstrong numbers between 1-999. It then shows the code in pseudocode to check if a given number is Armstrong and provides sample outputs.







