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

Added Special Number Checker #2445

Merged

Conversation

Sravyasaka
Copy link
Contributor

Added Special Number Checker

Description

To check if the given number is a special number or not.

For example, 1729 is a special number since, when its digits are added together, produces a sum that, when multiplied by its reversal, yields the original number

1 + 7 + 2 + 9 = 19

19 × 91 = 1729

Fixes: #2389

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have made this from my own
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

ATTACH SCREEN-SHOTS / DEPLOYMENT LINK

image

Added Special Number Checker
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link
Owner

@Sulagna-Dutta-Roy Sulagna-Dutta-Roy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the directory name: Special Number Checker/your files @Sravyasaka

@Sravyasaka
Copy link
Contributor Author

Change the directory name: Special Number Checker/your files @Sravyasaka

@Sulagna-Dutta-Roy Done

@Sulagna-Dutta-Roy Sulagna-Dutta-Roy merged commit bc24d40 into Sulagna-Dutta-Roy:master Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Special Number Calculator
2 participants