% Example 4_4 game = input ('Enter the points scored in each game: '); fprintf ('You typed: %g \n', game); average_points = mean (game); disp('') fprintf ('Mean points scored = %+5.2f', average_points)