Averages/Arithmetic mean: Difference between revisions

m
Add cross link
m (add link to Median)
m (Add cross link)
Line 1:
{{task|Arithmetic operations}}Write a program to find the mean (arithmetic average) of a numeric vector. The program should work on a zero-length vector (with an answer of 0).
 
===See also===: [[Median]], [[Mode]]
* [[Median]]
 
=={{header|Ada}}==
Anonymous user