function goofy (num1, num2) if (nargin == 0) disp('goofy'); else disp(num1*num2); end

What happens in the scenario below?

>> goofy