Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Program to Check Neon Number #84

Open
sujana-kamasany opened this issue Mar 4, 2022 · 8 comments
Open

Java Program to Check Neon Number #84

sujana-kamasany opened this issue Mar 4, 2022 · 8 comments
Labels
good first issue Good for newcomers Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 Java Basic Java Programs

Comments

@sujana-kamasany
Copy link
Owner

Add JAVA Program to Check if the given number is NEON NUMBER OR NOT

If the sum of digits of the square of the number is equal to the same number then the number is called Neon number.

Example:- 9
Square of 9 = 92= 81
Sum of the digits of the square = 8+1= 9
So, 9 is a Neon Number.

Another Example:- 1
Square of 1= 12= 1
Sum of the digits of the square = 1
S0, 1 is a Neon Number

Another Example:- 6
Square of 6 = 62 = 36
Sum of the digits of the square = 3+6 = 9
Here, 6 is not equal to 9.
So, 6 is not a Neon number.

@sujana-kamasany sujana-kamasany added good first issue Good for newcomers Java Basic Java Programs labels Mar 4, 2022
@saharshgoenka
Copy link
Contributor

Hi, I'd like to submit a solution to this question. Could I please be assigned to it?

@saharshgoenka
Copy link
Contributor

I have submitted a pull request for this question.

zematos added a commit to zematos/javacodes that referenced this issue Nov 20, 2022
Removes not needed imports and adds class to a package.
@sujana-kamasany sujana-kamasany added the Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 label Oct 5, 2023
@mayankch283
Copy link
Contributor

Hi. Is this issue still open? If so, I'd like to work on it please.

@Ehteshamr
Copy link

@sujana-kamasany Hi. Is this issue still open? If it is please assign it to me ,I'll fix this.

@sujana-kamasany
Copy link
Owner Author

Hi. Is this issue still open? If so, I'd like to work on it please.

@mayankch283 Yes! You can submit your Solution

@sujana-kamasany
Copy link
Owner Author

@sujana-kamasany Hi. Is this issue still open? If it is please assign it to me ,I'll fix this.

Yes! You can submit your solution

@ngm76
Copy link

ngm76 commented Oct 16, 2023

Hi, is it still open? I would like to contribute.

@kushal-lalwani
Copy link

Hey, Can i please get it assigned ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 Java Basic Java Programs
Projects
None yet
Development

No branches or pull requests

6 participants