Averages/Arithmetic mean: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: Gave Python 2.5 compatable version)
m (Moved to Arith cat)
Line 1: Line 1:
{{task}}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).
{{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).


=={{header|Ada}}==
=={{header|Ada}}==