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 if the given value is spy number or not #82

Open
sujana-kamasany opened this issue Mar 4, 2022 · 6 comments
Open
Assignees
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

Write a JAVA Program to find the given number is spy or not

A number whose sum of the digits of is equal to the product of its digits is called Spy number.

Example:- 132
The sum of digits = 1 + 3 + 2 = 6
The product of the digits = 1 * 3 * 2 = 6
Hence, 132 is a spy number.

Similarly, 1124 is also a spy number.
The sum of digits = 1 + 1 + 2 + 4 = 8
The product of the digits = 1 * 1 * 2 * 4 = 8

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

Please assign me! I'd like to solve this.

@sujana-kamasany
Copy link
Owner Author

Please assign me! I'd like to solve this.

Go ahead i have assigned you the issue

@TaeyeonRoyce TaeyeonRoyce mentioned this issue Mar 6, 2022
@marcos96tavares
Copy link

Please assign me! I'd like to solve this.

@Aayush-Kapur
Copy link

Hey @ sujana-kamasany , is this still open? If yes can you assign this to me?

@sujana-kamasany
Copy link
Owner Author

hey @Aayush-Kapur i am assign this to you
please go ahead and submit your solution

@Aayush-Kapur
Copy link

Hey @sujana-kamasany , I've submitted a PR : #149 for the same.
Can you please review.

@sujana-kamasany sujana-kamasany added the Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 label Oct 5, 2023
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

4 participants