An open API service indexing awesome lists of open source software.

https://github.com/lethabomaepa11/lcm3

A simple C++ console program for finding an LCM between 3 numbers
https://github.com/lethabomaepa11/lcm3

algorithms cpp lcm

Last synced: about 1 year ago
JSON representation

A simple C++ console program for finding an LCM between 3 numbers

Awesome Lists containing this project

README

          

LCM of 3 numbers


This simple program for the challenge at https://edabit.com/challenge/HK2DWRHZKTznLWXW8

That required me to create a function that will accept 3 integers and find the lowest common multiple among the 3 numbers