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
Labels
closed
closed issues/PRs
F#
f-sharp related
good first issue
Good for newcomers
help wanted
Extra attention is needed
program
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.
How to contribute
program/program/find-lcm-of-two-numbers-by-recursion/FindLcmOfTwoNumbersByRecursion.fs
fileThe text was updated successfully, but these errors were encountered: