my @array = (3, 5, 4, 7); my $score = 1;$score *= $_ for @array;print ($score / @array), "\n";
Standard input is empty
105
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!