Problem 43173. Basic commands - Least common multiple

Make a function which will return least common multiple of "a" and "b"

Example:

a=8;
b=6;
y=24;

Solution Stats

84.71% Correct | 15.29% Incorrect
Last Solution submitted on Dec 08, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers213

Suggested Problems

More from this Author12

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!