Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[Program]: Write a Scala program to find digital root of a number #2274

Closed
Tracked by #2256
harshraj8843 opened this issue Oct 11, 2022 · 0 comments · Fixed by #5578
Closed
Tracked by #2256

[Program]: Write a Scala program to find digital root of a number #2274

harshraj8843 opened this issue Oct 11, 2022 · 0 comments · Fixed by #5578
Labels
closed closed issues/PRs good first issue Good for newcomers program Scala scala related

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 11, 2022

Description

Write a Scala program to find digital root of a number

Digital root of a number is the recursive sum of its digits until we get a single digit number.

Input  : 1234
Output : 1
How to contribute
  • Save the solution in program/program/find-digital-root-of-a-number/program/findDigitalRootOfANumber.scala file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Scala scala related labels Oct 11, 2022
@anandfresh anandfresh self-assigned this Mar 22, 2023
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 28, 2023
@harshraj8843 harshraj8843 changed the title Write a Scala program to find digital root of a number [Program]: Write a Scala program to find digital root of a number May 30, 2023
@codinasion-bot codinasion-bot bot added the closed closed issues/PRs label Mar 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers program Scala scala related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants