Exercise: Add more statistics
Take the script from the previous example (examples/files-perl/count_sum.pl) and in addition to the sum of the numbers print also
minimum maximum average
median and standard deviation are probably too difficult for now.
Take the script from the previous example (examples/files-perl/count_sum.pl) and in addition to the sum of the numbers print also
minimum maximum average
median and standard deviation are probably too difficult for now.