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

Sum Of Digits added #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Sum Of Digits added #54

wants to merge 2 commits into from

Conversation

neha030
Copy link

@neha030 neha030 commented May 25, 2021

No description provided.

@unnati914
Copy link
Member

please provide a description what your code is doing

@unnati914 unnati914 self-requested a review May 30, 2021 03:45
@neha030
Copy link
Author

neha030 commented May 30, 2021

This code provides the sum of digits of a given number.
eg: if the entered number is 234, the the sum of digits will be:
sum=2+3+4=9
so the desired output will be 9.

Changes done successfully.

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

Successfully merging this pull request may close these issues.

2 participants