sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
953 stars 293 forks source link

Implement a code to check whether a number is neon or not #21

Open Devansh2005 opened 3 years ago

Devansh2005 commented 3 years ago

🚀 Feature

A simple program to check whether the entered number by the user is neon or not. A neon number is a number where the sum of digits of square of the number is equal to the number. Example: 9 Sum of digits of it's square = (8 + 1) = 9 = number entered by the user So, 9 is a NEON NUMBER.

Have you read the Contribution Guidelines?

Yes

Pitch

This can be an initial and easy step for a beginner to implement this code

Assignees

@Devansh2005 - Python @tauseefmohammed2 - C++ @prophet-x - C @niranjantuty - Java @Carbon24 - JS

sukritishah15 commented 3 years ago

Sure, @Devansh2005 We can take up this issue. Thank you! Do you want to claim this issue as well in any programming language?

Devansh2005 commented 3 years ago

can i contribute to this code in Python ?

sukritishah15 commented 3 years ago

@Devansh2005 - Python assigned

tauseefmohammed2 commented 3 years ago

Can I implement this in C++?

sukritishah15 commented 3 years ago

@tauseefmohammed2 - C++ assigned

kamalmulani commented 3 years ago

@sukritishah15 can I solve this problem in C. please assign it to me.

sukritishah15 commented 3 years ago

@prophet-x - C Assigned

niranjantuty commented 3 years ago

Can I work on this using Java?

sukritishah15 commented 3 years ago

@niranjantuty - Java assigned

Uttam-Singhh commented 3 years ago

Can I work on This Using C++ or C or Python?

Carbon24 commented 3 years ago

Hi, Can I implement in JS?

niranjantuty commented 3 years ago

@Carbon24 - JS Assigned. Go ahead.