The Wayback Machine - https://web.archive.org/web/20201103191622/https://github.com/TheAlgorithms/Java/issues/1776
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

[Hacktoberfest] Added Automorphic Number under Maths section #1776

Open
DeveshBaranwal opened this issue Oct 14, 2020 · 4 comments
Open

[Hacktoberfest] Added Automorphic Number under Maths section #1776

DeveshBaranwal opened this issue Oct 14, 2020 · 4 comments

Comments

@DeveshBaranwal
Copy link

@DeveshBaranwal DeveshBaranwal commented Oct 14, 2020

An automorphic number is a number whose square "ends" in the same digits as the number itself. For example, 5^2 = 25, 6^2 = 36, 76^2 = 5776, and 890625^2 = 793212890625, so 5, 6, 76 and 890625 are all automorphic numbers.

Test Data
Input a number : 76

Output:
Input a number : 76
Automorphic Number.

@DeveshBaranwal
Copy link
Author

@DeveshBaranwal DeveshBaranwal commented Oct 14, 2020

Added Automorphic Number

@DeveshBaranwal DeveshBaranwal changed the title Added Automorphic Number under Maths section [Hacktoberfest] Added Automorphic Number under Maths section Oct 14, 2020
@DeveshBaranwal
Copy link
Author

@DeveshBaranwal DeveshBaranwal commented Oct 14, 2020

An automorphic number is a number whose square "ends" in the same digits as the number itself. For example, 5^2 = 25, 6^2 = 36, 76^2 = 5776, and 890625^2 = 793212890625, so 5, 6, 76 and 890625 are all automorphic numbers.

Test Data
Input a number : 76

Output:
Input a number : 76
Automorphic Number.

@Kritimakaushal
Copy link

@Kritimakaushal Kritimakaushal commented Oct 14, 2020

Please assign it to me. I want to do this in java.

@Kritimakaushal
Copy link

@Kritimakaushal Kritimakaushal commented Oct 14, 2020

I submitted my PR for automorphic number. Please review it and please add the label "hacktober-accepted" to it. Please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.