


read BinaryTrees: 


gu:=AvW(100):

print(`The first one hundred terms in the sequence of rational numbers`):
print(` "the average number of throws it takes to completely break an n-inch ruler" are`):
lprint(gu):
print(`and in floating-point: `):
lprint(evalf(gu)):

print(`This took`, time(), `seconds. `):

quit:
