Question: Questions 10- 12 deal with the incomplete function below, which calculates and creates a multiplication table that can have a maximum size of maxsize, but


Questions 10- 12 deal with the incomplete function below, which calculates and creates a multiplication table that can have a maximum size of "maxsize", but only the first "num to calc" elements are calculated or populated in the table. (6.25 points each) function res - my function (num to calc, maxsize) tablelzeros (maxsize); for ii - 1:maxsize if ii 10) break; en %end If Statement for = 1 : maxsize break; end %end if statement table1 (11.22) = 11) end %end for loop end %end for loop 12) end %end function 10) How would you finish writing this condition so that you never calculate or populate more than "num to calc" numbers in the multiplication table? A) > maxsize B)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
