We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c540474 commit f20e953Copy full SHA for f20e953
Least_Common_Multiple/Problem.txt
@@ -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