Skip to content

Commit f20e953

Browse files
authored
Added Least Common Multiple
1 parent c540474 commit f20e953

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Least_Common_Multiple/Problem.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Problem:
2+
3+
The LCM of two integers n1 and n2 is the smallest positive integer that is perfectly
4+
divisible by both n1 and n2 (without a remainder). For example: the LCM of 72 and 120 is 360.
5+
6+
write a program written in COBOL that will compute the LCM of 2 numbers

0 commit comments

Comments
 (0)