sujana-kamasany / javacodes

A repository that will guide in making your first contribution.
29 stars 111 forks source link

Java Program to Check Neon Number #84

Open sujana-kamasany opened 2 years ago

sujana-kamasany commented 2 years ago

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.

saharshgoenka commented 2 years ago

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

saharshgoenka commented 2 years ago

I have submitted a pull request for this question.

mayankch283 commented 11 months ago

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

Ehteshamr commented 11 months ago

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

sujana-kamasany commented 11 months ago

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 commented 11 months ago

@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 commented 11 months ago

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

Sonali1701 commented 4 months ago

hello, I want to submit solution for this question. May I?