RosettaCodeData/Task/Executable-library/Mathematica/executable-library-2.math
2023-07-01 13:44:08 -04:00

3 lines
121 B
Text

<< hailstone.m;
Print["The most common hailstone length is ",
Commonest[Length@*hailstone /@ Range[99999]][[1]], "."];