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 check armstrong number #996

Closed
Tracked by #979
harshraj8843 opened this issue Oct 3, 2022 · 0 comments · Fixed by #5572
Closed
Tracked by #979

[Program]: Write a Scala program to check armstrong number #996

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

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 3, 2022

Description

Write a Scala program to check armstrong number

An Armstrong number is a number that is equal to the sum of cubes of its digits.

Input  : 153
Output : Armstrong Number
How to contribute
  • Save the solution in program/program/check-armstrong-number/checkArmstrongNumber.scala file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Scala scala related labels Oct 3, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 28, 2023
@harshraj8843 harshraj8843 changed the title Write a Scala program to check armstrong number [Program]: Write a Scala program to check armstrong 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.

1 participant