C# Console If Else Statement While Loop

C# Program to check Armstrong Number

To check whether a number is an Armstrong number or not an Armstrong number in C# programming language.

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself.

 

Code:

Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.