Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    print "Longest heads run is $maxH\n";
    print "Longest tails run is $maxT\n";
    
  2. or download this
    Longest heads run is 6
    Longest tails run is 2