Abundant odd numbers: Difference between revisions

Content added Content deleted
Line 210: Line 210:


println("The first abundant odd number greater than one billion:")
println("The first abundant odd number greater than one billion:")
oddabundantsfrom(1000000000, 1, 0)
oddabundantsfrom(1000000000, 1)
</lang>{{out}}
</lang>{{out}}
<pre>
<pre>