Find LCM of an array
let array = [[1,2],[1,3],[1,6]];
.
.
.
.
[[15,30],[6,30],[10,30]]
Excepted Output : [31,30]
***Understand the problem and solve it, comment on your solution***
Find LCM of an array
let array = [[1,2],[1,3],[1,6]];
.
.
.
.
[[15,30],[6,30],[10,30]]
Excepted Output : [31,30]
***Understand the problem and solve it, comment on your solution***
For further actions, you may consider blocking this person and/or reporting abuse
Truong Phung -
Dumebi Okolo -
M Sea Bass -
Vault Developer -
Top comments (0)