function a = area(length, width)
    a = length * width;
end