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
- Host: GitHub
- URL: https://github.com/lethabomaepa11/lcm3
- Owner: lethabomaepa11
- Created: 2024-05-20T00:02:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T00:11:38.000Z (about 2 years ago)
- Last Synced: 2025-01-10T15:51:15.108Z (over 1 year ago)
- Topics: algorithms, cpp, lcm
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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