Saturday, May 21, 2011

Php Code: Average

just a simple function that will get the average of numbers that you picked...

Useage: $numbers = "1 4 9 10 4 8"; average($numbers);

and will return the average of them numbers ;)

No comments:

Post a Comment