RosettaCodeData/Task/Executable-library/Mathematica/executable-library-2.math

4 lines
121 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
<< hailstone.m;
Print["The most common hailstone length is ",
Commonest[Length@*hailstone /@ Range[99999]][[1]], "."];