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

[Feature] Add Magic Number Calculator #941

Closed
4 of 7 tasks
debangi29 opened this issue May 28, 2024 · 4 comments · Fixed by #1192
Closed
4 of 7 tasks

[Feature] Add Magic Number Calculator #941

debangi29 opened this issue May 28, 2024 · 4 comments · Fixed by #1192
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points

Comments

@debangi29
Copy link
Contributor

debangi29 commented May 28, 2024

Description

I can add a magic number calculator which can check a number is magic number or not.
A number is said to be a magic number, if the sum of its digits are calculated till a single digit recursively by adding the sum of the digits after every addition. If the single digit comes out to be 1,then the number is a magic number.
1252
1+2+5+2=10 => 1+0=1

Screenshots

No response

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @debangi29, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@debangi29
Copy link
Contributor Author

Please assign me the issue @Rakesh9100

@Rakesh9100 Rakesh9100 changed the title [Feature] Add a magic number calculator [Feature] Add Magic Number Calculator Jun 1, 2024
@Rakesh9100 Rakesh9100 added the status: standby ✊ This issue is on hold label Jun 1, 2024
@Rakesh9100 Rakesh9100 added gssoc GSSoC 2k24 Open Source Program and removed status: standby ✊ This issue is on hold labels Jun 4, 2024
@Rakesh9100
Copy link
Owner

Go ahead @debangi29

Copy link

Hello @debangi29! Your issue #941 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator addition 📱 Addition of new calculator level3 GSSoC2k24 Level-3 Task -- 45 Points labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants