PL/SQL Program for Armstrong Number

Here you will get pl/sql program for armstrong number.

A number is said to be an armstrong number if sum of its digits raised to the power n is equal to number itself, where n is total digits in number.

For example 407 is armstrong number as 4+ 03 + 7= 64 + 0 + 343 = 407.

PL/SQL Program for Armstrong Number

Output

armstrong number

3 thoughts on “PL/SQL Program for Armstrong Number”

Leave a Comment

Your email address will not be published. Required fields are marked *