Skip to content
Snippets Groups Projects
Commit d1c4b680 authored by Stefania Magnusdottir's avatar Stefania Magnusdottir
Browse files

Uncommented line for multiplying 2 numbers

parent d654b31c
No related branches found
No related tags found
No related merge requests found
function c = multiplyTwoNumbers_StefaniaMagnusdottir(a, b)
% multiplyTwoNumbers(a, b) returns the product of a and b
c = a * b;
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment