% Test file addpath(genpath(pwd)) % add this folder and all subfolders to the path c = addTwoNumbers_jenn(1, 1); % 1 + 1 d = multiplyTwoNumbers_jenn(c, c); % 2 * 2 % test my sqrt function assert(sqrt_jenn(d) == sqrt(d))