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

[Program]: Write a F# program to find lcm of two numbers by recursion #343

Closed
Tracked by #338
harshraj8843 opened this issue Oct 1, 2022 · 2 comments · Fixed by #5656
Closed
Tracked by #338

[Program]: Write a F# program to find lcm of two numbers by recursion #343

harshraj8843 opened this issue Oct 1, 2022 · 2 comments · Fixed by #5656
Assignees
Labels
closed closed issues/PRs F# f-sharp related good first issue Good for newcomers help wanted Extra attention is needed program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 1, 2022

Description

Write a F# program to find lcm of two numbers by recursion

LCM (Least Common Multiple) of two numbers is the smallest number that can be divided by both numbers. For example, the LCM of 15 and 20 is 60 and LCM of 10 and 15 is 30.

Input  : 12 18
Output : 36
How to contribute
  • Save the solution in program/program/find-lcm-of-two-numbers-by-recursion/FindLcmOfTwoNumbersByRecursion.fs file
@harshraj8843 harshraj8843 added F# f-sharp related good first issue Good for newcomers labels Oct 1, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 27, 2023
@harshraj8843 harshraj8843 changed the title Write a F# program to find lcm of two numbers by recursion [Program]: Write a F# program to find lcm of two numbers by recursion May 30, 2023
@harshraj8843 harshraj8843 added the help wanted Extra attention is needed label Nov 21, 2023
@Shaileshalluri
Copy link
Contributor

!assign

@Lasterminator
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs F# f-sharp related good first issue Good for newcomers help wanted Extra attention is needed program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants