% Script/Function Filename:
%     CtimesD.m
% Purpose:
%     Enter the purpose of the function/file here
%     
% Record of modifications:
%     Programmer(s): {Your Name}
%     Date Due: YYYY-MM-DD
%     Date Submitted: YYYY-MM-DD
%     References: ????
%     Help Received: ????
%     
% Variables Used:
%     C: {Enter the purpose of the variable here
%     D: {Enter the purpose of the variable here
%     CxD: {Enter the purpose of the variable here
%     Enter the other variables that you use here
function [ CxD ] = CtimesD( C , D )
% enter code/comments here
CxD = randi( 9 , randi( 5 ) + 1 ); % replace this line of code
end