Sum multiples of 3 and 5: Difference between revisions

m
→‎version 3: removed STYLE from a PRE html tag, removed OVERFLOW from a PRE html tag.
m (→‎version 3: removed STYLE from a PRE html tag, removed OVERFLOW from a PRE html tag.)
Line 1,763:
sumDivisors: procedure; parse arg x,d; _=x%d; return d*_*(_+1)%2</lang>
'''output''' when using the default input:
<pre>
<pre style="overflow:scroll">
The sum of all positive integers that are a multiple of 3 and 5 are:
 
Line 1,769:
</pre>
'''output''' when using the input of: <tt> 1 80 </tt>
<pre style="height:80ex;overflow:scroll">
The sum of all positive integers that are a multiple of 3 and 5 are: