Problem 813. Multiply 2 numbers

Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, prod, cumprod , dec2bin, int2str and num2str functions. Will you take up the challenge?!

Example : x= 3; y= 2;

output = 6 since 3*2 = 6 :)

Solution Stats

14.0% Correct | 86.0% Incorrect
Last Solution submitted on Feb 29, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers331

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

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

Start Hunting!