Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Digital Root #664

Closed
1 task done
Tracked by #671
harshraj8843 opened this issue May 24, 2022 · 0 comments · Fixed by #654
Closed
1 task done
Tracked by #671

Digital Root #664

harshraj8843 opened this issue May 24, 2022 · 0 comments · Fixed by #654
Labels
C C Programming good first issue Good for newcomers programme Programme related topics

Comments

@harshraj8843
Copy link
Collaborator

Title of programme

Write a C programme for Digital Root of a number

Digital Root is the single number obtained by adding the number successively.

347 = 3 + 4 + 7 = 14
14 = 1 + 4 = 5

Thus, 5 is a single digit number, which is the digital root/ seed number of 347.

Additional information

Input  : 347
Output : 5

Code of Conduct

@harshraj8843 harshraj8843 added good first issue Good for newcomers programme Programme related topics C C Programming labels May 24, 2022
This was referenced May 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C C Programming good first issue Good for newcomers programme Programme related topics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant