Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

#!/usr/local/bin/perl

$count = 0; while () { @w = split; $count++; for ($i=0; $i<=$#w; $i++) { $s[$i] += $w[$i]; } }

for ($i=0; $i<=$#w; $i++) { print $s[$i]/$count, "\t"; }

print "\n";

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors