function out = userRadius()
radius = input('what is the radius?\n');
area = calcCircleArea(radius);
fprintf('area is equal to %f\n', area);