DS-Algo-Point
DS-Algo-Point copied to clipboard
Check if an integer is Armstrong
🚀 Feature
Check whether a number entered by the user is Armstrong or not.
A positive integer of n digits is called an Armstrong Number (of order n) if: abcd.. = a^n + b^n + c^n + d^n + ...
for eg: 153 is an armstrong number because, 153= 1x1x1 + 5x5x5 + 3x3x3 i.e. 1^3+5^3+3^3 = 153.
Have you read the Contribution Guidelines?
Yes
Pitch
An interesting and elementary math-based problem.
Assignees
@lostgirljourney - C @AnkitJuyal009 - Java @niranjantuty - Python @Anushka-Rajvanshi - C++ @Anni852 - JavaScript @FinalGetsugaa - C#
I would like to contribute it in Java. Please Assign this to me.
I would like to contribute it in Java. Please Assign this to me.
Assigned
I would like to contribute. Can I work on this in Python?
I would like to contribute. Can I work on this in Python?
Sure!
Can I work on it using C++?
Can I work on it using C++?
Yes and assigned
I want to do it in C @sukritishah15 di
I want to do it in C @sukritishah15 di
Sure! Assigning this issue to you for C lang.
Thanks, @sukritishah15 di! :heart:
Can I work on it using Rust?
I would love to write code in c
I would like to do it in C#
Opening for languages like C#, Scala, Golang, Kotlin, JavaScript and PHP.
I would like to do it in JS @lostgirljourney
@Anni852 assigned!
I would like to do it in C#
@FinalGetsugaa assigned!