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

Digital Root #671

Closed
7 tasks done
harshraj8843 opened this issue May 24, 2022 · 0 comments
Closed
7 tasks done

Digital Root #671

harshraj8843 opened this issue May 24, 2022 · 0 comments
Labels
track Track other related issues

Comments

@harshraj8843
Copy link
Collaborator

harshraj8843 commented May 24, 2022

Description

Write a 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.

Input  : 347
Output : 5

Tracking Issues

@harshraj8843 harshraj8843 added the track Track other related issues label May 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
track Track other related issues
Projects
None yet
Development

No branches or pull requests

1 participant