C# program to print the Armstrong numbers
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run ——————————————————————————————————————————— Program to print the Armstrong numbers ——————————————————————————————————————————— Enter the upper limit range 1000 Armstrong numbers are 1 153 370 371 407 ——————————————————————————————————————————— kodingwindow@kw:~/csharp$
What Next?
C# Strings
Advertisement