DS-Algo-Point icon indicating copy to clipboard operation
DS-Algo-Point copied to clipboard

Check if an integer is Armstrong

Open gunisha30 opened this issue 4 years ago • 16 comments

🚀 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#

gunisha30 avatar Sep 29 '20 07:09 gunisha30

I would like to contribute it in Java. Please Assign this to me.

AnkitJuyal009 avatar Sep 29 '20 07:09 AnkitJuyal009

I would like to contribute it in Java. Please Assign this to me.

Assigned

aditik03 avatar Sep 29 '20 07:09 aditik03

I would like to contribute. Can I work on this in Python?

niranjantuty avatar Sep 29 '20 08:09 niranjantuty

I would like to contribute. Can I work on this in Python?

Sure!

sukritishah15 avatar Sep 29 '20 08:09 sukritishah15

Can I work on it using C++?

Anushka-Rajvanshi avatar Sep 29 '20 08:09 Anushka-Rajvanshi

Can I work on it using C++?

Yes and assigned

aditik03 avatar Sep 29 '20 08:09 aditik03

I want to do it in C @sukritishah15 di

lostgirljourney avatar Sep 29 '20 09:09 lostgirljourney

I want to do it in C @sukritishah15 di

Sure! Assigning this issue to you for C lang.

sukritishah15 avatar Sep 29 '20 09:09 sukritishah15

Thanks, @sukritishah15 di! :heart:

lostgirljourney avatar Sep 29 '20 09:09 lostgirljourney

Can I work on it using Rust?

YorozuyaDev avatar Sep 29 '20 16:09 YorozuyaDev

I would love to write code in c

ayushi-1408 avatar Sep 30 '20 19:09 ayushi-1408

I would like to do it in C#

FinalGetsugaa avatar Oct 01 '20 04:10 FinalGetsugaa

Opening for languages like C#, Scala, Golang, Kotlin, JavaScript and PHP.

lostgirljourney avatar Oct 21 '20 07:10 lostgirljourney

I would like to do it in JS @lostgirljourney

OctoplusNinja avatar Oct 21 '20 07:10 OctoplusNinja

@Anni852 assigned!

lostgirljourney avatar Oct 21 '20 07:10 lostgirljourney

I would like to do it in C#

@FinalGetsugaa assigned!

lostgirljourney avatar Oct 21 '20 07:10 lostgirljourney