PL/SQL Program for Armstrong Number

PL/SQL Program for Armstrong Number

Here you will learn pl/sql program for armstrong number using power function in pl/sql programming.

153 is an Armstrong number because: 13 + 53 + 33 = 153

 

PL/SQL Program for Armstrong Number

Output 1

Enter_Number 153

The number is an Armstrong number.

 

Output 2

Enter_Number 2563

The number is not an Armstrong number.

 

 

Check out our other PL/SQL programs examples

 

 

Leave a Comment

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

Scroll to Top